diff options
Diffstat (limited to 'modules/FindCups.cmake')
-rw-r--r-- | modules/FindCups.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/FindCups.cmake b/modules/FindCups.cmake index f0689036..4d069336 100644 --- a/modules/FindCups.cmake +++ b/modules/FindCups.cmake @@ -24,12 +24,12 @@ if(CUPS_INCLUDE_DIR AND CUPS_LIBRARIES) endif(CUPS_INCLUDE_DIR AND CUPS_LIBRARIES) if(CUPS_FOUND) - if(not Cups_FIND_QUIETLY) + if(NOT Cups_FIND_QUIETLY) message(STATUS "Found Cups: ${CUPS_LIBRARIES}") - endif(not Cups_FIND_QUIETLY) + endif(NOT Cups_FIND_QUIETLY) else(CUPS_FOUND) if(Cups_FIND_REQUIRED) - message(FATAL_ERROR "Could not find Cups") + message(FATAL_ERROR "Could NOT find Cups") endif(Cups_FIND_REQUIRED) endif(CUPS_FOUND) |