[kdelibs] cmake/modules: A FindXYZ.cmake file should not use macro_log_feature imho.
Michael Jansen
kde at michael-jansen.biz
Wed Jun 29 23:25:47 CEST 2011
Git commit 02e1ba357e730bc6e4a1aa7bf496e880209fdf9d by Michael Jansen.
Committed on 29/06/2011 at 17:28.
Pushed by mjansen into branch 'master'.
A FindXYZ.cmake file should not use macro_log_feature imho.
We report a not found nepomuk and the user of this file has to decide if he
reports that feature.
Anyone that disagrees speak out.
CCMAIL: kde-buildsystem at kde.org.
M +0 -4 cmake/modules/FindNepomuk.cmake
http://commits.kde.org/kdelibs/02e1ba357e730bc6e4a1aa7bf496e880209fdf9d
diff --git a/cmake/modules/FindNepomuk.cmake b/cmake/modules/FindNepomuk.cmake
index 2398fb8..a0a0af8 100644
--- a/cmake/modules/FindNepomuk.cmake
+++ b/cmake/modules/FindNepomuk.cmake
@@ -20,14 +20,10 @@
if (NOT DEFINED Soprano_FOUND)
find_package(Soprano ${SOPRANO_MIN_VERSION})
- include(MacroLogFeature)
- macro_log_feature(Soprano_FOUND "Soprano" "Support for the Nepomuk semantic desktop system" "http://soprano.sourceforge.net" FALSE "" "")
endif (NOT DEFINED Soprano_FOUND)
if (NOT DEFINED SHAREDDESKTOPONTOLOGIES_FOUND)
find_package(SharedDesktopOntologies)
- include(MacroLogFeature)
- macro_log_feature(SHAREDDESKTOPONTOLOGIES_FOUND "Shared desktop ontologies" "Support for the Nepomuk semantic desktop system" "http://oscaf.sourceforge.net" FALSE "" "")
endif (NOT DEFINED SHAREDDESKTOPONTOLOGIES_FOUND)
# Check for the following stuff independent from whether soprano has been found
More information about the Kde-buildsystem
mailing list