Skip to content
Snippets Groups Projects
Commit 11e5913e authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

fix build without sgm

parent 2c583c1d
No related branches found
No related tags found
1 merge request!293Move libsgm code to lib/libsgm
Pipeline #23174 failed
...@@ -120,6 +120,8 @@ if (WITH_FIXSTARS) ...@@ -120,6 +120,8 @@ if (WITH_FIXSTARS)
add_subdirectory(lib/libsgm) add_subdirectory(lib/libsgm)
include_directories(lib/libsgm/include) include_directories(lib/libsgm/include)
set_property(TARGET sgm PROPERTY FOLDER "dependencies") set_property(TARGET sgm PROPERTY FOLDER "dependencies")
else()
add_library(sgm INTERFACE)
endif() endif()
if (WITH_CERES) if (WITH_CERES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment