Skip to content
Snippets Groups Projects
Commit dd2dfc31 authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
Browse files

BUG : Fix Boost dependancy in main CMakeLists.txt

parent 654555d3
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ if(NOT OTB_SOURCE_DIR) ...@@ -8,6 +8,7 @@ if(NOT OTB_SOURCE_DIR)
include(${OTB_USE_FILE}) include(${OTB_USE_FILE})
include(OTBModuleExternal) include(OTBModuleExternal)
else() else()
find_package(Boost COMPONENTS date_time)
otb_module_impl() otb_module_impl()
endif() endif()
......
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