[trunk] removed debug message in CMakeLists.txt
authorAntonin Descampe <antonin@gmail.com>
Wed, 2 Apr 2014 16:37:07 +0000 (16:37 +0000)
committerAntonin Descampe <antonin@gmail.com>
Wed, 2 Apr 2014 16:37:07 +0000 (16:37 +0000)
thirdparty/CMakeLists.txt

index 089ce149158b0a6187da623656a77134ee2fb1b6..d1e68ca9f47489e9c9255e3ce3fec92302e3752a 100644 (file)
@@ -16,7 +16,7 @@ ELSE (BUILD_THIRDPARTY)
     SET(Z_LIBNAME ${ZLIB_LIBRARIES} PARENT_SCOPE)
     SET(Z_INCLUDE_DIRNAME ${ZLIB_INCLUDE_DIRS} PARENT_SCOPE)
     message(STATUS "Your system seems to have a Z lib available, we will use it to generate PNG lib")
-    message(STATUS "DEBUG: ${ZLIB_INCLUDE_DIRS} vs ${ZLIB_INCLUDE_DIR}")
+    message(STATUS "DEBUG: ${ZLIB_INCLUDE_DIRS} vs ${ZLIB_INCLUDE_DIR}")
   ELSE (ZLIB_FOUND) # not found
     message(STATUS "Z lib not found, activate BUILD_THIRDPARTY if you want build it (necessary to build libPNG)")
   ENDIF(ZLIB_FOUND)