diff options
Diffstat (limited to 'modules/FindSoprano.cmake')
-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: |