Skip to content
Snippets Groups Projects
Commit 9391da08 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Put back "dummy target" as it seems to be the only target building packages

parent 3f30db23
Branches
Tags
No related merge requests found
......@@ -221,3 +221,9 @@ if(BUILD_TESTING)
enable_testing()
include(testing.cmake)
endif()
add_custom_target( PACKAGE-OTB
COMMAND "${CMAKE_COMMAND}" --build . --target install
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
COMMENT "PACKAGE-OTB"
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment