[Digikam-devel] Re: [Kde-imaging] Re: Re: Git migration for 2.0.0 + code components re-structuring...
Gert Kello
gert.kello at gmail.com
Tue Dec 14 12:48:21 GMT 2010
> I had these problems before fixing the the FindXXX.cmake files when
> libkexiv2 was already installed. Maybe you could update to the latest
> version, where I fixed the FindKexiv2 and FindKipi files. You may want
> to clear the CMakeCache.txt file to make sure all libraries are found
> properly.
Yes, latest version did work fine.
Just this OpenCV problems:
1. FindOpenCV.cmake included with libkface is not able to find it. If
I delete it then OpenCV is found
2. I have to make a little modification to
Index: libkface/libkface/CMakeLists.txt
===================================================================
--- kdereview/libkface/libkface/CMakeLists.txt (revision 1202545)
+++ kdereview/libkface/libkface/CMakeLists.txt (working copy)
@@ -49,7 +49,7 @@
${KDE4_KDEUI_LIBS}
${QT_QTGUI_LIBRARY}
${LIBFACE_LIBRARIES}
- ${OpenCV_LIBRARIES}
+ ${OpenCV_LIBS}
)
SET_TARGET_PROPERTIES(kface PROPERTIES VERSION ${KFACE_LIB_SO_VERSION_STRING}
3. kipi-plugins is not able to find OpenCV.
Gert
More information about the Digikam-devel
mailing list