diff options
author | Oz Linden <oz@lindenlab.com> | 2011-08-17 12:33:23 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-08-17 12:33:23 -0400 |
commit | f0bc8a0f71f6cb473718bd5b4079f07d1d37add1 (patch) | |
tree | 7f1976849eb72e5d71798e936cb0518994872ee5 /indra/cmake/FindZLIB.cmake | |
parent | f368c858cdf005ea37d467c2737c3cf88568f1a6 (diff) |
convert tabs to spaces where they are forbidden
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) |