diff --git a/SuperBuild/CMake/External_tiff.cmake b/SuperBuild/CMake/External_tiff.cmake index 10622e61251fbad9a3eed65760b268b072bb27cb..05967595577be9d31e56b429e2b3e181edf4a133 100644 --- a/SuperBuild/CMake/External_tiff.cmake +++ b/SuperBuild/CMake/External_tiff.cmake @@ -73,10 +73,16 @@ else() DOWNLOAD_DIR ${DOWNLOAD_LOCATION} DEPENDS ${${proj}_DEPENDENCIES} CMAKE_CACHE_ARGS + -DCMAKE_INSTALL_LIBDIR:PATH=lib + -DCMAKE_INSTALL_BINDIR:PATH=bin -DCMAKE_INSTALL_PREFIX:STRING=${SB_INSTALL_PREFIX} -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=OFF + -Djpeg:BOOL=TRUE + -Dzlib:BOOL=TRUE + -Dpixarlog:BOOL=TRUE + ${TIFF_SB_CONFIG} CMAKE_COMMAND ${SB_CMAKE_COMMAND} ) endif()