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

BUG: fix module dependencies

parent 23d69b72
No related branches found
No related tags found
No related merge requests found
......@@ -21,14 +21,16 @@
set(DOCUMENTATION "Dimensionality reduction application")
otb_module(OTBDimensionalityReductionLearning
DEPENDS
OTBCommon
OTBApplicationEngine
OTBITK
OTBShark
OTBBoost
OTBAppClassification
OTBSOM
OTBLearningBase
DESCRIPTION
"${DOCUMENTATION}"
OTBCommon
OTBITK
OTBShark
OTBBoost
OTBSOM
OTBLearningBase
TEST_DEPENDS
OTBTestKernel
DESCRIPTION
"${DOCUMENTATION}"
)
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