Build: Disable building zlib for non-windows
- closes https://github.com/assimp/assimp/issues/5340pull/5402/head
parent
636fbd65b3
commit
5cbdb6c63b
|
@ -137,7 +137,7 @@ IF (WIN32)
|
|||
ELSE()
|
||||
OPTION( ASSIMP_BUILD_ZLIB
|
||||
"Build your own zlib"
|
||||
ON
|
||||
OFF
|
||||
)
|
||||
ENDIF()
|
||||
|
||||
|
|
Loading…
Reference in New Issue