Merge pull request #5063 from danoli3/master

Build Zlib if missing for other platforms
pull/5070/head^2
Kim Kulling 2023-04-26 11:14:34 +02:00 committed by GitHub
commit 6442158676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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