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

BUG: Correction for Install directories for openthreads and expat libraries.

parent e91a3940
No related branches found
No related tags found
No related merge requests found
......@@ -66,13 +66,17 @@ RUNTIME DESTINATION ${OTB_INSTALL_BIN_DIR} COMPONENT RuntimeLibraries
LIBRARY DESTINATION ${OTB_INSTALL_LIB_DIR} COMPONENT RuntimeLibraries
ARCHIVE DESTINATION ${OTB_INSTALL_LIB_DIR} COMPONENT Development)
SET(__files "${CMAKE_CURRENT_SOURCE_DIR}/lib/expat_external.h
${CMAKE_CURRENT_SOURCE_DIR}/otb_expat.h
${CMAKE_CURRENT_SOURCE_DIR}/otb_expat_mangle.h
${CMAKE_CURRENT_SOURCE_DIR}/lib/expat.h
")
SET(__files ${CMAKE_CURRENT_SOURCE_DIR}/otb_expat.h
${CMAKE_CURRENT_SOURCE_DIR}/otb_expat_mangle.h)
INSTALL(FILES ${__files}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbexpat
COMPONENT Development)
SET(__files2 ${CMAKE_CURRENT_SOURCE_DIR}/lib/expat_external.h
${CMAKE_CURRENT_SOURCE_DIR}/lib/expat.h)
INSTALL(FILES ${__files2}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbexpat/lib
COMPONENT Development)
......@@ -48,7 +48,7 @@ ARCHIVE DESTINATION ${OTB_INSTALL_LIB_DIR} COMPONENT Development)
# DESTINATION include/OpenThreads
#)
INSTALL(FILES ${OpenThreads_PUBLIC_HEADERS}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbopenthreads/OpenThreads/include
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbopenthreads/OpenThreads/include/OpenThreads
COMPONENT Development)
......
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