Build Zlib if missing for other platforms

pull/5063/head
Dan Rosser 2023-04-14 18:56:08 +10:00
parent 87a288ebd3
commit cd9de860ce
1 changed files with 1 additions and 1 deletions

View File

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