From 191846e3e21c697c28bd5c8a166edeb4072161e3 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 20 Mar 2006 21:05:37 +0000 Subject: minor cleanups: indenting, adding newline to end of file, etc. svn path=/trunk/KDE/kdelibs/; revision=520790 --- modules/FindCups.cmake | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'modules/FindCups.cmake') diff --git a/modules/FindCups.cmake b/modules/FindCups.cmake index 4d069336..cf2c46be 100644 --- a/modules/FindCups.cmake +++ b/modules/FindCups.cmake @@ -19,18 +19,18 @@ FIND_LIBRARY(CUPS_LIBRARIES NAMES cups /usr/local/lib ) -if(CUPS_INCLUDE_DIR AND CUPS_LIBRARIES) +if (CUPS_INCLUDE_DIR AND CUPS_LIBRARIES) set(CUPS_FOUND TRUE) -endif(CUPS_INCLUDE_DIR AND CUPS_LIBRARIES) +endif (CUPS_INCLUDE_DIR AND CUPS_LIBRARIES) -if(CUPS_FOUND) - if(NOT Cups_FIND_QUIETLY) +if (CUPS_FOUND) + if (NOT Cups_FIND_QUIETLY) message(STATUS "Found Cups: ${CUPS_LIBRARIES}") - endif(NOT Cups_FIND_QUIETLY) -else(CUPS_FOUND) - if(Cups_FIND_REQUIRED) + endif (NOT Cups_FIND_QUIETLY) +else (CUPS_FOUND) + if (Cups_FIND_REQUIRED) message(FATAL_ERROR "Could NOT find Cups") - endif(Cups_FIND_REQUIRED) -endif(CUPS_FOUND) + endif (Cups_FIND_REQUIRED) +endif (CUPS_FOUND) MARK_AS_ADVANCED(CUPS_INCLUDE_DIR CUPS_LIBRARIES) -- cgit v1.2.1