From kde-commits Tue May 04 13:56:34 2010 From: Sebastian Trueg Date: Tue, 04 May 2010 13:56:34 +0000 To: kde-commits Subject: playground/base/nepomuk-kde Message-Id: <20100504135634.9270FAC8AB () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127298115524947 SVN commit 1122693 by trueg: Raised SDO min version to 0.3.61 M +3 -1 CMakeLists.txt --- trunk/playground/base/nepomuk-kde/CMakeLists.txt #1122692:1122693 @@ -9,11 +9,13 @@ find_package(KDE4Workspace) include(MacroLibrary) +find_package(SharedDesktopOntologies 0.3.61 REQUIRED) set(SOPRANO_MIN_VERSION "2.3.68") find_package(Soprano REQUIRED) find_package(Nepomuk REQUIRED) -macro_log_feature(Soprano_FOUND "Soprano" "Soprano RDF storage libraries" "kdesupport" TRUE "" "Required to build anything.") +macro_log_feature(SHAREDDESKTOPONTOLOGIES_FOUND "Shared desktop ontologies" "Desktop ontologies" "http://oscaf.sourceforge.net" TRUE "0.3.61" "Ontologies necessary for the Nepomuk semantic desktop.") +macro_log_feature(Soprano_FOUND "Soprano" "Soprano RDF storage libraries" "kdesupport" TRUE "${SOPRANO_MIN_VERSION}" "Required to build anything.") macro_log_feature(Nepomuk_FOUND "Nepomuk" "Nepomuk semantic desktop libraries" "kdelibs" TRUE "" "Required to build anything.") include_directories(