diff options
| author | Pino Toscano <[email protected]> | 2012-10-16 10:14:56 +0200 |
|---|---|---|
| committer | Pino Toscano <[email protected]> | 2012-10-16 10:14:56 +0200 |
| commit | e428f431bbe07bf30e1cb677eff5a1403fc509bb (patch) | |
| tree | 08a3d87cef5a18038e52fc51800f3d5263b3c436 | |
| parent | a9b04801db0d981db4eb26b282da8ac7de77d32d (diff) | |
look also for soprano
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5e84132bb..f8d266994 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,4 @@ +macro_optional_find_package(Soprano) macro_optional_find_package(NepomukCore) macro_log_feature(NepomukCore_FOUND "Nepomuk" "Nepomuk" "http://www.kde.org" FALSE "" "For adding desktop-wide tagging support to dolphin") macro_bool_to_01(NepomukCore_FOUND HAVE_NEPOMUK) |
