From d0833e1c26ee7da6b3392f7291c229d65b924977 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 16 Nov 2010 02:24:56 +0000 Subject: Expand _SOPRANO_REQUIRED_COMPONENTS_RESULTS, we are interested in the values inside it. Follow-up to r1197457. CCMAIL: faure@kde.org svn path=/trunk/KDE/kdelibs/; revision=1197492 --- modules/FindSoprano.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index 77ddfe95..662f1b71 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -211,7 +211,7 @@ endif(SOPRANO_INCLUDE_DIR) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(Soprano REQUIRED_VARS SOPRANO_INCLUDE_DIR SOPRANO_LIBRARIES - _SOPRANO_REQUIRED_COMPONENTS_RESULTS + ${_SOPRANO_REQUIRED_COMPONENTS_RESULTS} VERSION_VAR SOPRANO_VERSION) # for compatibility: -- cgit v1.2.1