Add libtiff config

This commit is contained in:
Georg Hagen
2025-11-30 23:58:39 +01:00
parent abcb8a1473
commit b1b9dfee25
2 changed files with 26 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ function(LinkLibArchive TARGET)
elseif (EXISTS ${CMAKE_BINARY_DIR}/deps/INSTALL/lib/libarchive.a)
set(LibArchive_LIBRARIES ${CMAKE_BINARY_DIR}/deps/INSTALL/lib/libarchive.a)
endif()
set(ZLIB_USE_STATIC_LIBS ON)
set(ZLIB_USE_STATIC_LIBS ON CACHE BOOL "" FORCE)
find_package(ZLIB REQUIRED)
find_package(zstd REQUIRED)
find_package(LZ4 QUIET)