[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46914] branches/smoke2/CMakeLists.txt: Enabled FFTW3 like it is already with scons

Daniel Genrich daniel.genrich at gmx.net
Wed May 23 01:19:46 CEST 2012


Revision: 46914
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46914
Author:   genscher
Date:     2012-05-22 23:19:45 +0000 (Tue, 22 May 2012)
Log Message:
-----------
Enabled FFTW3 like it is already with scons

Modified Paths:
--------------
    branches/smoke2/CMakeLists.txt

Modified: branches/smoke2/CMakeLists.txt
===================================================================
--- branches/smoke2/CMakeLists.txt	2012-05-22 23:06:57 UTC (rev 46913)
+++ branches/smoke2/CMakeLists.txt	2012-05-22 23:19:45 UTC (rev 46914)
@@ -127,7 +127,7 @@
 option(WITH_PYTHON_MODULE "Enable building as a python module (experimental, only enable for development)" OFF)
 option(WITH_BUILDINFO     "Include extra build details (only disable for development & faster builds)" ON)
 option(WITH_IK_ITASC      "Enable ITASC IK solver (only disable for development & for incompatible C++ compilers)" ON)
-option(WITH_FFTW3         "Enable FFTW3 support (Used for smoke and audio effects)" OFF)
+option(WITH_FFTW3         "Enable FFTW3 support (Used for smoke and audio effects)" ON)
 option(WITH_BULLET        "Enable Bullet (Physics Engine)" ON)
 option(WITH_GAMEENGINE    "Enable Game Engine" ON)
 option(WITH_PLAYER        "Build Player" OFF)




More information about the Bf-blender-cvs mailing list