From 9fbdf0074b89a6f0e93b79e7e5ba1648365c97e3 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 15 Nov 2010 22:43:44 +0000 Subject: Apply patch by Romain Perier: make the check for the min soprano version actually work. CCMAIL: kde-buildsystem@kde.org, romain.perier@gmail.com, sebastian@trueg.de svn path=/trunk/KDE/kdelibs/; revision=1197457 --- modules/FindNepomuk.cmake | 2 +- modules/FindSoprano.cmake | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/FindNepomuk.cmake b/modules/FindNepomuk.cmake index 5a5b20f0..c09cf37f 100644 --- a/modules/FindNepomuk.cmake +++ b/modules/FindNepomuk.cmake @@ -18,7 +18,7 @@ if (NOT DEFINED Soprano_FOUND) - find_package(Soprano) + find_package(Soprano ${SOPRANO_MIN_VERSION}) include(MacroLogFeature) macro_log_feature(Soprano_FOUND "Soprano" "Semantic Desktop Storing" "http://soprano.sourceforge.net/" FALSE "" "Soprano is needed for Nepomuk") endif (NOT DEFINED Soprano_FOUND) diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index e9d8ce36..77ddfe95 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -209,9 +209,10 @@ if(SOPRANO_INCLUDE_DIR) endif(SOPRANO_INCLUDE_DIR) include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(Soprano DEFAULT_MSG - SOPRANO_INCLUDE_DIR SOPRANO_LIBRARIES - ${_SOPRANO_REQUIRED_COMPONENTS_RESULTS} ) + +find_package_handle_standard_args(Soprano REQUIRED_VARS SOPRANO_INCLUDE_DIR SOPRANO_LIBRARIES + _SOPRANO_REQUIRED_COMPONENTS_RESULTS + VERSION_VAR SOPRANO_VERSION) # for compatibility: set(Soprano_FOUND ${SOPRANO_FOUND}) -- cgit v1.2.1