diff options
Diffstat (limited to 'modules/FindBZip2.cmake')
-rw-r--r-- | modules/FindBZip2.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/FindBZip2.cmake b/modules/FindBZip2.cmake index b6a99d62..cc248ad1 100644 --- a/modules/FindBZip2.cmake +++ b/modules/FindBZip2.cmake @@ -27,12 +27,12 @@ IF(BZIP2_INCLUDE_DIR AND BZIP2_LIBRARY) ENDIF(BZIP2_INCLUDE_DIR AND BZIP2_LIBRARY) IF(BZIP2_FOUND) - IF(NOT BZIP2_QUIETLY) + IF(NOT BZip2_FIND_QUIETLY) MESSAGE(STATUS "Found BZip2: ${BZIP2_LIBRARY}") - ENDIF(NOT BZIP2_QUIETLY) + ENDIF(NOT BZip2_FIND_QUIETLY) ELSE(BZIP2_FOUND) - IF(NOT BZIP2_REQUIRED) + IF(BZip2_FIND_REQUIRED) MESSAGE(SEND_ERROR "Could not find BZip2") - ENDIF(NOT BZIP2_REQUIRED) + ENDIF(BZip2_FIND_REQUIRED) ENDIF(BZIP2_FOUND) |