[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45556] trunk/blender/CMakeLists.txt: cmake/mingw now builds with default configuration (needed to disable tiff/ exr/cycles)

Antony Riakiotakis kalast at gmail.com
Thu Apr 12 09:47:27 CEST 2012


Yet another commit that cripples MinGW. MinGW builds fine with gcc
4.6.2 and all of the above libraries enabled. The cmake command line I
use here is:

 cmake -G "MinGW Makefiles" -DWITH_RAYOPTIMIZATION=ON
-DWITH_CODEC_FFMPEG=ON -DWITH_PLAYER=ON -DWITH_IMAGE_OPENEXR=ON
-DWITH_OPENCOLLADA=ON -DWITH_CYCLES=ON -DWITH_CYCLES_CUDA_BINARIES=ON
-DWITH_MOD_OCEANSIM=ON -DWITH_FFTW3=ON -DWITH_LIBMV=ON ..\blender

And it just works (with CUDA binaries MSVC is required due to a CUDA
compiler dependency).

Is this based on user's input? I really can't reproduce a non-building
setup on two systems (Win 7 and WIn XP)

Can we have this reverted please?



More information about the Bf-blender-cvs mailing list