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

Merge branch 'version_install_dir' into 'develop'

Remove Version installation in build_dir

Closes #1790

See merge request orfeotoolbox/otb!333
parents 525e7576 032d91ac
No related branches found
No related tags found
No related merge requests found
......@@ -419,7 +419,7 @@ install(FILES "LICENSE" DESTINATION ${OTB_INSTALL_DOC_DIR})
# Configure and install VERSION file
configure_file(VERSION VERSION @ONLY)
install(FILES ${OTB_BINARY_DIR}/VERSION DESTINATION ${OTB_BINARY_DIR}/${OTB_INSTALL_DATA_DIR} )
install(FILES ${OTB_BINARY_DIR}/VERSION DESTINATION ${OTB_INSTALL_DOC_DIR})
install(DIRECTORY ${OTB_BINARY_DIR}/${OTB_INSTALL_DATA_DIR} DESTINATION share)
......
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