Merge pull request #933 from liedtkeInTUM/master

[Fix] Remove  CMake Warning (dev) in external/assimp/CMakeLists.txt
pull/935/head
Kim Kulling 2016-07-05 15:57:53 +02:00 committed by GitHub
commit f8c3ca5941
1 changed files with 1 additions and 1 deletions

View File

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