From b32cde33229975966e54e31f19b90629056c9fb5 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 28 Feb 2009 12:19:41 +0000 Subject: Add SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUND svn path=/trunk/KDE/kdelibs/; revision=933219 --- modules/FindSoprano.cmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index fc00a9c9..ad608962 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -16,6 +16,7 @@ # SOPRANO_PLUGIN_RAPTORSERIALIZER_FOUND - true if the raptorserializer plugin is found # SOPRANO_PLUGIN_REDLANDBACKEND_FOUND - true if the redlandbackend plugin is found # SOPRANO_PLUGIN_SESAME2BACKEND_FOUND - true if the sesame2backend plugin is found +# SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUND - true if the virtuosobackend plugin is found # # Options: # Set SOPRANO_MIN_VERSION to set the minimum required Soprano version (default: 1.99) @@ -164,6 +165,11 @@ set(_plugins "${_plugins} sesame2backend") endif(EXISTS ${SOPRANO_PLUGIN_DIR}/sesame2backend.desktop) + if(EXISTS ${SOPRANO_PLUGIN_DIR}/virtuosobackend.desktop) + set(SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUND TRUE) + set(_plugins "${_plugins} virtuosobackend") + endif(EXISTS ${SOPRANO_PLUGIN_DIR}/virtuosobackend.desktop) + endif(Soprano_FOUND) if(Soprano_FOUND) -- cgit v1.2.1