summaryrefslogtreecommitdiffstats
path: root/Modules/FindBZip2.cmake
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-04-11 09:16:02 (GMT)
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-04-11 09:31:48 (GMT)
commit44f631e6df2286ac7a0d1a90543eb57e20caa5c4 (patch)
treec22df8e579a3e235a92c77d4a3084e91c5f97fa1 /Modules/FindBZip2.cmake
parentc70e0aa3ebf5f382a2c29b5af6a6600d4f370b43 (diff)
downloadCMake-44f631e6df2286ac7a0d1a90543eb57e20caa5c4.zip
CMake-44f631e6df2286ac7a0d1a90543eb57e20caa5c4.tar.gz
CMake-44f631e6df2286ac7a0d1a90543eb57e20caa5c4.tar.bz2
FindBZip2: no need to set QUIETLY explicitly
Diffstat (limited to 'Modules/FindBZip2.cmake')
-rw-r--r--Modules/FindBZip2.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/FindBZip2.cmake b/Modules/FindBZip2.cmake
index 8323833..2dcc9b4 100644
--- a/Modules/FindBZip2.cmake
+++ b/Modules/FindBZip2.cmake
@@ -20,10 +20,6 @@
# (To distributed this file outside of CMake, substitute the full
# License text for the above reference.)
-IF (BZIP2_INCLUDE_DIR AND BZIP2_LIBRARIES)
- SET(BZip2_FIND_QUIETLY TRUE)
-ENDIF (BZIP2_INCLUDE_DIR AND BZIP2_LIBRARIES)
-
FIND_PATH(BZIP2_INCLUDE_DIR bzlib.h )
FIND_LIBRARY(BZIP2_LIBRARIES NAMES bz2 bzip2 )