aboutsummaryrefslogtreecommitdiff
path: root/modules/FindBZip2.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindBZip2.cmake')
-rw-r--r--modules/FindBZip2.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/FindBZip2.cmake b/modules/FindBZip2.cmake
index 5e9faad9..0dd14f3c 100644
--- a/modules/FindBZip2.cmake
+++ b/modules/FindBZip2.cmake
@@ -27,12 +27,12 @@ if(BZIP2_INCLUDE_DIR AND BZIP2_LIBRARIES)
endif(BZIP2_INCLUDE_DIR AND BZIP2_LIBRARIES)
if(BZIP2_FOUND)
- if(not BZip2_FIND_QUIETLY)
+ if(NOT BZip2_FIND_QUIETLY)
message(STATUS "Found BZip2: ${BZIP2_LIBRARIES}")
- endif(not BZip2_FIND_QUIETLY)
+ endif(NOT BZip2_FIND_QUIETLY)
else(BZIP2_FOUND)
if(BZip2_FIND_REQUIRED)
- message(FATAL_ERROR "Could not find BZip2")
+ message(FATAL_ERROR "Could NOT find BZip2")
endif(BZip2_FIND_REQUIRED)
endif(BZIP2_FOUND)