tumcms / Open-Infra-Platform

This is the official repository of the open-source Open Infra Platform software (as of April 2020).
Other
49 stars 23 forks source link

[BUG] Unit Tests do not compile - missing #548

Closed christophKaiser closed 2 years ago

christophKaiser commented 2 years ago

Bug Description On the current development branch, the unit tests of ifc 4x1 do not compile. The output brings up the following error message:

7>(...)\dev\Open-Infra-Platform\Rendering\Effects/PointCloudProcessing/PointCloudEffect.h(25,10): fatal error C1083: Cannot open include file: 'PointCloud.h': No such file or directory (compiling source file (...)\dev\Open-Infra-Platform\UnitTests\Utilities\GeometryModelRenderer\src\PointCloudGeometryModelRenderer.cpp)

To Reproduce Steps to reproduce the behavior:

  1. default settings in CMake (OIP_WITH_POINT_CLOUD_PROCESSING disabled)
  2. in Visual Studio, select one unit test of ifc 4x1 and click "build"

Expected behavior The unit test should compile without an error.

CMake configuration (like in section To Reproduce)

Additional context This error occurs since the merge of pull request #525.