FindBZip2: no need to set QUIETLY explicitly

This commit is contained in:
Kovarththanan Rajaratnam 2010-04-11 11:16:02 +02:00
parent c70e0aa3eb
commit 44f631e6df
1 changed files with 0 additions and 4 deletions

View File

@ -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 )