From 4cdcb4a6741a35132350fe09e3e42065bc7a0433 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 30 Mar 2007 12:52:19 +0000 Subject: [PATCH] Fix typo svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=648066 --- cmake/modules/FindPopplerQt4.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/modules/FindPopplerQt4.cmake b/cmake/modules/FindPopplerQt4.cmake index 2400bc826..0b49544a0 100644 --- a/cmake/modules/FindPopplerQt4.cmake +++ b/cmake/modules/FindPopplerQt4.cmake @@ -42,13 +42,13 @@ else (POPPLER_QT4_INCLUDE_DIR AND POPPLER_QT4_LIBRARIES) endif (POPPLER_QT4_INCLUDE_DIR AND POPPLER_QT4_LIBRARIES) if (POPPLER_QT4_FOUND) - if (NOT POPPLER_QT4_FIND_QUIETLY) + if (NOT PopplerQt4_FIND_QUIETLY) message(STATUS "Found poppler-qt4: library: ${POPPLER_QT4_LIBRARIES}, include path: ${POPPLER_QT4_INCLUDE_DIR}") - endif (NOT POPPLER_QT4_FIND_QUIETLY) + endif (NOT PopplerQt4_FIND_QUIETLY) else (POPPLER_QT4_FOUND) - if (POPPLER_QT4_FIND_REQUIRED) + if (PopplerQt4_FIND_REQUIRED) message(FATAL_ERROR "Could NOT find poppler-qt4") - endif (POPPLER_QT4_FIND_REQUIRED) + endif (PopplerQt4_FIND_REQUIRED) endif (POPPLER_QT4_FOUND) MARK_AS_ADVANCED(POPPLER_QT4_INCLUDE_DIR POPPLER_QT4_LIBRARIES)