From eaad615ee85800bedbf2088326399027c95d0740 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 15 Feb 2006 10:49:53 +0000 Subject: Hmm, "NOT" can't be lowercased. I tested before lowercasing that last one, of course... svn path=/trunk/KDE/kdelibs/; revision=509625 --- modules/FindCups.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/FindCups.cmake') 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) -- cgit v1.2.1