Closed hechth closed 4 years ago
Adapt to new way of linking to BlueFramework, see main CMakeLists.txt file.
https://github.com/tumcms/Open-Infra-Platform/blob/9c7378e27dc3182c1bfe59e63b4e0bb9e1f0c9e4/PointCloudProcessing/CMakeLists.txt#L96
Also the target_link_libraries target has to be updated in the same file from ${BLUEFRAMEWORK_LIBRARIES} to the actual targets like BlueFramework.ImageProcessing
${BLUEFRAMEWORK_LIBRARIES}
BlueFramework.ImageProcessing
https://github.com/tumcms/Open-Infra-Platform/blob/9c7378e27dc3182c1bfe59e63b4e0bb9e1f0c9e4/PointCloudProcessing/CMakeLists.txt#L111
Adapt to new way of linking to BlueFramework, see main CMakeLists.txt file.
https://github.com/tumcms/Open-Infra-Platform/blob/9c7378e27dc3182c1bfe59e63b4e0bb9e1f0c9e4/PointCloudProcessing/CMakeLists.txt#L96