summaryrefslogtreecommitdiff
path: root/indra/cmake/FindZLIB.cmake
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-08-19 09:41:50 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-08-19 09:41:50 -0400
commitaf8864c49c4f9ca9421e3b259e8f51f0469ab7ce (patch)
treefba9804bfba33501df89e8c1f11dec968da8b71a /indra/cmake/FindZLIB.cmake
parent27332685e9617f331866f8b11a6389eff88cc28e (diff)
parentf40d2c5afb78f4a17b4753c42f6756dbd76a18c8 (diff)
merge
Diffstat (limited to 'indra/cmake/FindZLIB.cmake')
-rw-r--r--indra/cmake/FindZLIB.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/cmake/FindZLIB.cmake b/indra/cmake/FindZLIB.cmake
index 6d630f1ba9..03a7db9d6f 100644
--- a/indra/cmake/FindZLIB.cmake
+++ b/indra/cmake/FindZLIB.cmake
@@ -30,12 +30,12 @@ endif (ZLIB_LIBRARY AND ZLIB_INCLUDE_DIR)
if (ZLIB_FOUND)
if (NOT ZLIB_FIND_QUIETLY)
- message(STATUS "Found ZLIB: ${ZLIB_LIBRARIES}")
- SET(ZLIB_FIND_QUIETLY TRUE)
+ message(STATUS "Found ZLIB: ${ZLIB_LIBRARIES}")
+ SET(ZLIB_FIND_QUIETLY TRUE)
endif (NOT ZLIB_FIND_QUIETLY)
else (ZLIB_FOUND)
if (ZLIB_FIND_REQUIRED)
- message(FATAL_ERROR "Could not find ZLIB library")
+ message(FATAL_ERROR "Could not find ZLIB library")
endif (ZLIB_FIND_REQUIRED)
endif (ZLIB_FOUND)