Build: Disable building zlib for non-windows

- closes https://github.com/assimp/assimp/issues/5340
pull/5401/head
Kim Kulling 2023-12-29 17:31:11 +01:00 committed by GitHub
parent 636fbd65b3
commit 159d6a8a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()