diff options
author | Raphael Kubo da Costa <kubito@gmail.com> | 2010-11-16 02:24:56 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <kubito@gmail.com> | 2010-11-16 02:24:56 +0000 |
commit | d0833e1c26ee7da6b3392f7291c229d65b924977 (patch) | |
tree | c656d5d61945cbf914bc0455bf4d91cc5e7e94f1 | |
parent | 9fbdf0074b89a6f0e93b79e7e5ba1648365c97e3 (diff) | |
download | extra-cmake-modules-d0833e1c26ee7da6b3392f7291c229d65b924977.tar.gz extra-cmake-modules-d0833e1c26ee7da6b3392f7291c229d65b924977.tar.bz2 |
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
-rw-r--r-- | modules/FindSoprano.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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: |