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/FindKdcraw.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/FindKdcraw.cmake')
-rw-r--r-- | modules/FindKdcraw.cmake | 1 |
1 files changed, 0 insertions, 1 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) |