Skip to content

Commit f8c3ca5

Browse files
authored
Merge pull request assimp#933 from liedtkeInTUM/master
[Fix] Remove CMake Warning (dev) in external/assimp/CMakeLists.txt
2 parents 7c63208 + e16a383 commit f8c3ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ OPTION(ASSIMP_BUILD_ZLIB
183183

184184
IF ( NOT ASSIMP_BUILD_ZLIB )
185185
find_package(ZLIB)
186-
ENDIF(ASSIMP_BUILD_ZLIB)
186+
ENDIF( NOT ASSIMP_BUILD_ZLIB )
187187

188188
IF( NOT ZLIB_FOUND )
189189
message(STATUS "compiling zlib from souces")

0 commit comments

Comments
 (0)