diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-19 09:11:58 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-19 09:11:58 +0000 |
| commit | 8e65846f3256484d93efeef6e526bbf214d890c2 (patch) | |
| tree | 071f1bc719c2309de691e1d9de177455ebe58a1c /thirdparty | |
| parent | 96d4d3f3bea1569daaf82937fd1934dc5eb35a32 (diff) | |
[trunk] add debug statement for Win7-VS2008-32bits-trunk-Debug-OSGeo4W
Diffstat (limited to 'thirdparty')
| -rw-r--r-- | thirdparty/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index 4213cb59..7bbdfc16 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -16,6 +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}") 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) |
