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

BUG: ApplicationExample should not be used for qgis descriptors

parent 6fb244d9
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ otb_module_target(otbQgisDescriptor)
set(dfiles)
set(app_list ${OTB_APPLICATIONS_NAME_LIST})
list(REMOVE_ITEM app_list "TestApplication")
list(REMOVE_ITEM app_list "ApplicationExample")
list(REMOVE_DUPLICATES app_list)
foreach(otb_app ${app_list})
set(dfile "${OTB_BINARY_DIR}/descriptors/${otb_app}.txt")
......
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