Browse Source

Merge pull request #5063 from danoli3/master

Build Zlib if missing for other platforms
Kim Kulling 2 years ago
parent
commit
6442158676
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

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