Skip to content
Snippets Groups Projects
Commit 171355f3 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: fix install of UtilitiesAdpaters/OpenCV

parent 894beb10
Branches
Tags
No related merge requests found
......@@ -17,10 +17,7 @@ ENDIF(NOT OTB_INSTALL_NO_LIBRARIES)
IF(NOT OTB_INSTALL_NO_DEVELOPMENT)
FILE(GLOB __files1 "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
FILE(GLOB __files2 "${CMAKE_CURRENT_SOURCE_DIR}/*.txx")
FILE(GLOB __files3 "${CMAKE_CURRENT_BINARY_DIR}/*.h")
# INSTALL(FILES ${__files1}
# INSTALL(FILES ${__files1} ${__files2}
INSTALL(FILES ${__files1} ${__files2} ${__files3}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/UtilitiesAdapters/OGRAdapters
INSTALL(FILES ${__files1} ${__files2}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/UtilitiesAdapters/OpenCV
COMPONENT Development)
ENDIF(NOT OTB_INSTALL_NO_DEVELOPMENT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment