http://bugzilla.rpmfusion.org/show_bug.cgi?id=529
--- Comment #25 from Kevin Kofler <kevin.kofler(a)chello.at> 2009-05-23 18:38:04 ---
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).
--
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.