Skip to content
Snippets Groups Projects
Commit 77c341e0 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COMP: libtiff - fix cmake build error

parent 57d3a1c4
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
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