Skip to content
Snippets Groups Projects
Commit b7337472 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

BUG: don't include temporalgapfilling twice

parent b30e4479
Branches
Tags
No related merge requests found
......@@ -144,7 +144,7 @@ ADD_SUPERBUILD_CMAKE_VAR(OTB Boost_LIBRARY_DIR)
set(OTB_MODULES_CONFIG)
if(WITH_REMOTE_MODULES)
foreach(remote_module SertitObject Mosaic otbGRM OTBFFSforGMM OTBTemporalGapFilling)
foreach(remote_module SertitObject Mosaic otbGRM OTBFFSforGMM)
list(APPEND OTB_MODULES_CONFIG -DModule_${remote_module}:BOOL=ON)
endforeach()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment