Committed in svn 25921. CMake build worked on Mac before & after the patch :)
Damien Le 12 janv. 2010 à 03:48, lguillaume a écrit : > Just to say that I successfully made a 64 bits compilation of blender with > vc2010 beta 2010 and cmake 2.8. > > Can anyone put the patch for correcting quicktime dir in cmake (anyone who > can test if it does not break on mac) : > > Index: source/blender/makesrna/intern/CMakeLists.txt > =================================================================== > --- source/blender/makesrna/intern/CMakeLists.txt (revision 25905) > +++ source/blender/makesrna/intern/CMakeLists.txt (working copy) > @@ -63,7 +63,7 @@ > ENDIF(WITH_DDS) > > IF(WITH_QUICKTIME) > - SET(INC "${INC} ../../quicktime") > + SET(INC ${INC} ../../quicktime) > ADD_DEFINITIONS(-DWITH_QUICKTIME) > ENDIF(WITH_QUICKTIME) > _______________________________________________ > Bf-committers mailing list > Bf-committers@blender.org > http://lists.blender.org/mailman/listinfo/bf-committers _______________________________________________ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers