[Fix] Remove CMake Warning (dev) in external/assimp/CMakeLists.txt with mis-matching arguments for logical block

pull/933/head
Sven Liedtke 2016-07-05 10:21:29 +02:00
parent 7c63208515
commit e16a383999
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ OPTION(ASSIMP_BUILD_ZLIB
IF ( NOT ASSIMP_BUILD_ZLIB )
find_package(ZLIB)
ENDIF(ASSIMP_BUILD_ZLIB)
ENDIF( NOT ASSIMP_BUILD_ZLIB )
IF( NOT ZLIB_FOUND )
message(STATUS "compiling zlib from souces")