[soprano] /: We need at least 0.9.22 here.
Michael Jansen
kde at michael-jansen.biz
Sat Jul 23 18:36:24 CEST 2011
Git commit dc5f65814e1d92b57b3012d0127bfec5894d1838 by Michael Jansen.
Committed on 23/07/2011 at 18:38.
Pushed by mjansen into branch 'master'.
We need at least 0.9.22 here.
This is a educated guess. They announced that release with:
WARNING: ABI AND API CHANGED in this release. Rasqal 0.9.22 is binary incompatible with 0.9.21 or earlier.
Binary incompatible Patch Release. Kids these days.
CCMAIL: kde-buildsystem at kde.org
M +1 -1 CMakeLists.txt
http://commits.kde.org/soprano/dc5f65814e1d92b57b3012d0127bfec5894d1838
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86bba64..5d58187 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ find_package(Qt4 REQUIRED)
include(${QT_USE_FILE})
if(NOT SOPRANO_DISABLE_RAPTOR_PARSER OR NOT SOPRANO_DISABLE_RAPTOR_SERIALIZER OR NOT SOPRANO_DISABLE_REDLAND_BACKEND)
- find_package(Rasqal)
+ find_package(Rasqal 0.9.22)
find_package(Raptor 2.0)
find_package(Redland)
More information about the Kde-buildsystem
mailing list