diff options
author | Pino Toscano <pino@kde.org> | 2007-07-03 16:49:24 +0000 |
---|---|---|
committer | Pino Toscano <pino@kde.org> | 2007-07-03 16:49:24 +0000 |
commit | b3c293e69d2e14c2fb22b8dbbf41861e24314e7b (patch) | |
tree | 3139535e664e73827f1aecbbc9d707e881283fa8 /modules/FindKipi.cmake | |
parent | 509b5e18f3ba6f4c5ccd27470f48f89d7ec2fc5e (diff) | |
download | extra-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
Diffstat (limited to 'modules/FindKipi.cmake')
-rw-r--r-- | modules/FindKipi.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
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) |