aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2007-07-03 16:49:24 +0000
committerPino Toscano <pino@kde.org>2007-07-03 16:49:24 +0000
commitb3c293e69d2e14c2fb22b8dbbf41861e24314e7b (patch)
tree3139535e664e73827f1aecbbc9d707e881283fa8
parent509b5e18f3ba6f4c5ccd27470f48f89d7ec2fc5e (diff)
downloadextra-cmake-modules-b3c293e69d2e14c2fb22b8dbbf41861e24314e7b.tar.gz
extra-cmake-modules-b3c293e69d2e14c2fb22b8dbbf41861e24314e7b.tar.bz2
do not issue a FATAL_ERROR if the library was not found, and the module is not REQUIRED
svn path=/trunk/KDE/kdelibs/; revision=682901
-rw-r--r--modules/FindKdcraw.cmake1
-rw-r--r--modules/FindKexiv2.cmake1
-rw-r--r--modules/FindKipi.cmake1
3 files changed, 0 insertions, 3 deletions
diff --git a/modules/FindKdcraw.cmake b/modules/FindKdcraw.cmake
index 371ff9c3..f49fddaa 100644
--- a/modules/FindKdcraw.cmake
+++ b/modules/FindKdcraw.cmake
@@ -53,7 +53,6 @@ else (KDCRAW_INCLUDE_DIR AND KDCRAW_LIBRARIES)
else(_KDCRAWLinkFlags)
set(KDCRAW_VERSION_GOOD_FOUND FALSE)
set(KDCRAW_FOUND FALSE)
- message(FATAL_ERROR "Could NOT find libkdcraw library!")
endif(_KDCRAWLinkFlags)
ELSE(NOT WIN32)
set(KDCRAW_VERSION_GOOD_FOUND TRUE)
diff --git a/modules/FindKexiv2.cmake b/modules/FindKexiv2.cmake
index 8093fbd4..0d42a747 100644
--- a/modules/FindKexiv2.cmake
+++ b/modules/FindKexiv2.cmake
@@ -53,7 +53,6 @@ else (KEXIV2_INCLUDE_DIR AND KEXIV2_LIBRARIES)
else(_KEXIV2LinkFlags)
set(KEXIV2_VERSION_GOOD_FOUND FALSE)
set(KEXIV2_FOUND FALSE)
- message(FATAL_ERROR "Could NOT find libkexiv2 library!")
endif(_KEXIV2LinkFlags)
else(NOT WIN32)
set(KEXIV2_VERSION_GOOD_FOUND TRUE)
diff --git a/modules/FindKipi.cmake b/modules/FindKipi.cmake
index 9afbbcdd..44deca3c 100644
--- a/modules/FindKipi.cmake
+++ b/modules/FindKipi.cmake
@@ -54,7 +54,6 @@ else (KIPI_INCLUDE_DIR AND KIPI_LIBRARIES)
else(_KIPILinkFlags)
set(KIPI_VERSION_GOOD_FOUND FALSE)
set(KIPI_FOUND FALSE)
- message(FATAL_ERROR "Could NOT find libkipi library!")
endif(_KIPILinkFlags)
else(NOT WIN32)
set(KIPI_VERSION_GOOD_FOUND TRUE)