Skip to content
Snippets Groups Projects
Commit 75b53cdc authored by Julien Malik's avatar Julien Malik
Browse files

COMP: hide internal cmake var

parent af9c573b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ include(OTBWrapperMacros)
# This var will contain the list of all application name
# usefull for batch testing
set(OTB_APPLICATIONS_NAME_LIST "" CACHE STRING "List of all applications name" FORCE)
mark_as_advanced(OTB_APPLICATIONS_NAME_LIST)
add_subdirectory(CartographicDBValidation)
add_subdirectory(ChangeDetection)
......
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