Skip to content
Snippets Groups Projects
Commit c1e63885 authored by Sébastien Dinot's avatar Sébastien Dinot
Browse files

BUG: The templates (txx files) were not installed

parent eaa3cd0d
Branches
Tags
No related merge requests found
......@@ -19,7 +19,8 @@ ENDIF(NOT OTB_INSTALL_NO_LIBRARIES)
# Note: no txx allowed here
IF(NOT OTB_INSTALL_NO_DEVELOPMENT)
FILE(GLOB __files1 "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
INSTALL(FILES ${__files1}
FILE(GLOB __files2 "${CMAKE_CURRENT_SOURCE_DIR}/*.txx")
INSTALL(FILES ${__files1} ${__files2}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/UtilitiesAdapters/ITKPendingPatches
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