[CMake] Issues with finding raptor in the soprano build

Laszlo Papp lpapp at kde.org
Wed Nov 16 03:13:33 EST 2011


I mentioned this in my first email:

I think this is a bit closer to the issue:
-- [TEST-BEGIN] - FIND_PACKAGE RAPTOR2.0.4
-- VERSION_VAR  (missing:  REQUIRED_VARS)
-- [TEST-END] - FIND_PACKAGE RAPTOR2.0.4

for this debugging lines in the CMakeLists.txt file:
 message(STATUS "[TEST-BEGIN] - FIND_PACKAGE RAPTOR2.0.4")
 find_package(Raptor 2.0.4)
 message(STATUS "[TEST-END] - FIND_PACKAGE RAPTOR2.0.4")

"find_package(Raptor 2.0.4)" should not generate "-- VERSION_VAR
(missing:  REQUIRED_VARS)" output.

It should be like this:
-- Found Raptor: /usr/lib/libraptor2.so (found suitable version
"2.0.4", required is "2.0.4")

Best Regards,
Laszlo Papp


More information about the CMake mailing list