Skip to content
Snippets Groups Projects
Commit 5694dee9 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

BUG: Add 6S headers files for install command

parent 87d5ff3c
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,13 @@ IF(NOT OTB_INSTALL_NO_DEVELOPMENT)
INSTALL(FILES ${__files1}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR_CM24}/Utilities/otb6S
COMPONENT Development)
FILE(GLOB __files2 "${CMAKE_CURRENT_SOURCE_DIR}//6SV1.0B/*.h")
INSTALL(FILES ${__files2}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR_CM24}/Utilities/otb6S/6SV1.0B
COMPONENT Development)
ENDIF(NOT OTB_INSTALL_NO_DEVELOPMENT)
ENDIF(NOT OTB_DISABLE_UTILITIES_COMPILATION)
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