[kdelibs/KDE/4.7] cmake/modules: A FindXYZ.cmake file should not use macro_log_feature imho.

David Faure faure at kde.org
Sat Aug 6 22:40:50 UTC 2011


Git commit fbca1e01bea37a5875f209156d2cd293065f4b5d by David Faure, on behalf of Michael Jansen.
Committed on 29/06/2011 at 17:28.
Pushed by dfaure into branch 'KDE/4.7'.

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/fbca1e01bea37a5875f209156d2cd293065f4b5d

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