Commit e2113f55 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: fix module dependencies

No related merge requests found
Showing with 12 additions and 10 deletions
+12 -10
...@@ -21,14 +21,16 @@ ...@@ -21,14 +21,16 @@
set(DOCUMENTATION "Dimensionality reduction application") set(DOCUMENTATION "Dimensionality reduction application")
otb_module(OTBDimensionalityReductionLearning otb_module(OTBDimensionalityReductionLearning
DEPENDS DEPENDS
OTBCommon OTBCommon
OTBApplicationEngine OTBITK
OTBITK OTBShark
OTBShark OTBBoost
OTBBoost OTBSOM
OTBAppClassification OTBLearningBase
OTBSOM
OTBLearningBase TEST_DEPENDS
DESCRIPTION OTBTestKernel
"${DOCUMENTATION}"
DESCRIPTION
"${DOCUMENTATION}"
) )
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment