http://bugzilla.rpmfusion.org/show_bug.cgi?id=529
--- Comment #26 from Zarko Pintar <zarko.pintar(a)gmail.com> 2009-05-23 22:21:56 ---
(In reply to comment #25)
The offender is FindLIBMLT.cmake, it contains:
SET(CMAKE_CXX_FLAGS -DMLT_PREFIX=\\\"\"${MLT_PATH}\"\\\")
That should be:
ADD_DEFINITIONS(-DMLT_PREFIX=\\\"\"${MLT_PATH}\"\\\")
(and the quoting could be simplified with current CMake versions by setting the
CMake policy which fixes quoting to NEW, but that's not important).
Thanks!
I'll report this to upstream (to avoid patching ;) )
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.