diff --git a/Utilities/otbgeotiff/libxtiff/CMakeLists.txt b/Utilities/otbgeotiff/libxtiff/CMakeLists.txt index b5fbace45d517676427296daeeb771f346a2f591..786f706f77f4a0bcef7ceafbd0f80c0d2d4b51ec 100644 --- a/Utilities/otbgeotiff/libxtiff/CMakeLists.txt +++ b/Utilities/otbgeotiff/libxtiff/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(libxtiff) FILE(GLOB libxtiff_SRCS "*.c") FILE(GLOB libxtiff_HDRS "*.h") ADD_LIBRARY(otbxtiff ${libxtiff_SRCS}) -TARGET_LINK_LIBRARIES(otbxtiff) +TARGET_LINK_LIBRARIES(otbxtiff itktiff) INSTALL(TARGETS otbxtiff RUNTIME DESTINATION ${OTB_INSTALL_BIN_DIR} COMPONENT RuntimeLibraries