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

ENH: provide target to generate superbuild archive

parent 51506278
No related branches found
No related tags found
No related merge requests found
......@@ -392,6 +392,17 @@ endif()
# Provide an option for generating documentation.
add_subdirectory(Utilities/Doxygen)
#----------------------------------------------------------------------
# Provide a target to generate the SuperBuild archive (only for Unix)
if(UNIX)
add_custom_target(SuperBuild-archive
COMMAND ./SuperbuildDownloadList.sh
${OTB_BINARY_DIR}/Download
${OTB_BINARY_DIR}
WORKING_DIRECTORY ${OTB_SOURCE_DIR}/Utilities/Maintenance
)
endif()
# TODO cleanup
# Create target to download data from the OTBData group. This must come after
# all tests have been added that reference the group, so we put it last.
......
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