Skip to content
Snippets Groups Projects
Commit 99a526aa authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

PKG: enable diapotb in SuperBuild with RemoteModules

parent 6a34e583
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ ADD_SUPERBUILD_CMAKE_VAR(OTB Boost_LIBRARY_DIR) ...@@ -150,7 +150,7 @@ ADD_SUPERBUILD_CMAKE_VAR(OTB Boost_LIBRARY_DIR)
set(OTB_MODULES_CONFIG) set(OTB_MODULES_CONFIG)
if(WITH_REMOTE_MODULES) if(WITH_REMOTE_MODULES)
foreach(remote_module SertitObject Mosaic otbGRM OTBFFSforGMM) foreach(remote_module SertitObject Mosaic otbGRM OTBFFSforGMM DiapOTBModule)
list(APPEND OTB_MODULES_CONFIG -DModule_${remote_module}:BOOL=ON) list(APPEND OTB_MODULES_CONFIG -DModule_${remote_module}:BOOL=ON)
endforeach() endforeach()
......
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