Allow cmake<4 when building libtiff
This commit is contained in:
parent
7d50816f0a
commit
8141221201
@ -235,6 +235,7 @@ DEPS: dict[str, dict[str, Any]] = {
|
||||
"-DBUILD_SHARED_LIBS:BOOL=OFF",
|
||||
"-DWebP_LIBRARY=libwebp",
|
||||
'-DCMAKE_C_FLAGS="-nologo -DLZMA_API_STATIC"',
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
|
||||
)
|
||||
],
|
||||
"headers": [r"libtiff\tiff*.h"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user