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