aboutsummaryrefslogtreecommitdiff
path: root/attic/modules/FindNepomuk.cmake
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2015-12-18 12:37:19 +0100
committerKevin Funk <kfunk@kde.org>2015-12-18 15:57:50 +0100
commit942ba80dae253fef93094d178da3ce0abc47da5d (patch)
treec1e633d8caa14d02536806c91a7cf30f3680c809 /attic/modules/FindNepomuk.cmake
parentbdd38b5f45a889043deb0665bdb66086ca6c9bf5 (diff)
downloadextra-cmake-modules-942ba80dae253fef93094d178da3ce0abc47da5d.tar.gz
extra-cmake-modules-942ba80dae253fef93094d178da3ce0abc47da5d.tar.bz2
CMake: Cleanup: Strip text from endif/else
REVIEW: 126414
Diffstat (limited to 'attic/modules/FindNepomuk.cmake')
-rw-r--r--attic/modules/FindNepomuk.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/attic/modules/FindNepomuk.cmake b/attic/modules/FindNepomuk.cmake
index dccc790c..3b097341 100644
--- a/attic/modules/FindNepomuk.cmake
+++ b/attic/modules/FindNepomuk.cmake
@@ -81,14 +81,14 @@ find_package_handle_standard_args(Nepomuk DEFAULT_MSG
Soprano_FOUND SOPRANO_PLUGIN_RAPTORPARSER_FOUND SOPRANO_PLUGIN_REDLANDBACKEND_FOUND
SHAREDDESKTOPONTOLOGIES_FOUND
)
-else(NOT WINCE)
+else()
#FIXME: There are no backends at this time
find_package_handle_standard_args(Nepomuk DEFAULT_MSG
NEPOMUK_LIBRARIES NEPOMUK_INCLUDE_DIR NEPOMUK_ADDONTOLOGYCLASSES_FILE
Soprano_FOUND
SHAREDDESKTOPONTOLOGIES_FOUND
)
-endif(NOT WINCE)
+endif()
#to retain backward compatibility
set (Nepomuk_FOUND ${NEPOMUK_FOUND})