Merge pull request #5063 from danoli3/master

Build Zlib if missing for other platforms
This commit is contained in:
Kim Kulling
2023-04-26 11:14:34 +02:00
committed by GitHub

View File

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