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

ENH add all cesbios remote modules

parent 7109825b
Branches
Tags
No related merge requests found
......@@ -142,9 +142,9 @@ if(WITH_REMOTE_MODULES)
list(APPEND OTB_MODULES_CONFIG -DModule_${remote_module}:BOOL=ON)
endforeach()
# Add CESBIO'S remote modules if OTB is compiled with GSL support (for now only TemporalGapFilling)
# Add CESBIO'S remote modules if OTB is compiled with GSL support
if(OTB_USE_GSL)
foreach(remote_module OTBTemporalGapFilling)
foreach(remote_module OTBTemporalGapFilling OTBBioVars OTBPhenology)
list(APPEND OTB_MODULES_CONFIG -DModule_${remote_module}:BOOL=ON)
endforeach()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment