Build: Disable building zlib for non-windows

- closes https://github.com/assimp/assimp/issues/5340
pull/5402/head
Kim Kulling 2023-12-29 17:31:11 +01:00
parent 636fbd65b3
commit 5cbdb6c63b
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ IF (WIN32)
ELSE()
OPTION( ASSIMP_BUILD_ZLIB
"Build your own zlib"
ON
OFF
)
ENDIF()