summaryrefslogtreecommitdiff
path: root/libs/assimp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/assimp')
-rw-r--r--libs/assimp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/assimp/CMakeLists.txt b/libs/assimp/CMakeLists.txt
index 434746e..e591f83 100644
--- a/libs/assimp/CMakeLists.txt
+++ b/libs/assimp/CMakeLists.txt
@@ -86,7 +86,7 @@ OPTION( ASSIMP_NO_EXPORT
)
OPTION( ASSIMP_BUILD_ZLIB
"Build your own zlib"
- OFF
+ ON
)
OPTION( ASSIMP_BUILD_ASSIMP_TOOLS
"If the supplementary tools for Assimp are built in addition to the library."