tumcms / Open-Infra-Platform

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

Fix BlueFramework include path in PointCloudProcessing #39

Closed hechth closed 4 years ago

hechth commented 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

hechth commented 4 years ago

Also the target_link_libraries target has to be updated in the same file from ${BLUEFRAMEWORK_LIBRARIES} to the actual targets like BlueFramework.ImageProcessing

hechth commented 4 years ago

https://github.com/tumcms/Open-Infra-Platform/blob/9c7378e27dc3182c1bfe59e63b4e0bb9e1f0c9e4/PointCloudProcessing/CMakeLists.txt#L111