Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bas Couwenberg
otb
Commits
9391da08
Commit
9391da08
authored
Jul 10, 2019
by
Antoine Regimbeau
Browse files
Put back "dummy target" as it seems to be the only target building packages
parent
3f30db23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Packaging/CMakeLists.txt
View file @
9391da08
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment