diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-07-21 14:34:16 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-07-21 14:34:16 +0000 |
| commit | 0380840348d378217c417e5f310ba5885079fe8d (patch) | |
| tree | 89d3d9c81a4e08b62abb19075e8078bb8b36f5fd /thirdparty | |
| parent | 9cd5752e387b908485cb79dc26c84671cdc42679 (diff) | |
removed unused warning configuration message
Diffstat (limited to 'thirdparty')
| -rw-r--r-- | thirdparty/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index c779ff95..b129d0e5 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -65,9 +65,6 @@ IF (ZLIB_FOUND) ENDIF(BUILD_THIRDPARTY) ENDIF(PNG_FOUND) - -ELSE (ZLIB_FOUND) - message(WARNING "To add lib PNG we need that ZLIB was previously found") ENDIF (ZLIB_FOUND) #------------ |
