diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-08-22 11:41:18 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-08-22 11:41:18 -0700 |
commit | 4b2ba7236f4af762faec138d920e90f12d332b06 (patch) | |
tree | db848fd4e714a615c1c1e16d9409016b8f70966a /indra/cmake/FindZLIB.cmake | |
parent | 7b09592bf9968dfda5c4cedf4b55e0459e6bd764 (diff) | |
parent | c8712fb180aedf84dc48ade636ec0aae8d905bf7 (diff) |
Merge from viewer-experience
Diffstat (limited to 'indra/cmake/FindZLIB.cmake')
-rw-r--r-- | indra/cmake/FindZLIB.cmake | 6 |
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) |