[Bf-blender-cvs] [d5d9d1fe7d8] master: CMake: document that WITH_FFTW3 is also used for the ocean sim.

Sybren A. Stüvel noreply at git.blender.org
Wed May 24 12:42:37 CEST 2017


Commit: d5d9d1fe7d88176551cf399e683190c0ae3adcaf
Author: Sybren A. Stüvel
Date:   Wed May 24 11:36:41 2017 +0200
Branches: master
https://developer.blender.org/rBd5d9d1fe7d88176551cf399e683190c0ae3adcaf

CMake: document that WITH_FFTW3 is also used for the ocean sim.

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5efe96df9e5..66ee215864d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -229,7 +229,7 @@ mark_as_advanced(BUILDINFO_OVERRIDE_TIME)
 
 option(WITH_IK_ITASC      "Enable ITASC IK solver (only disable for development & for incompatible C++ compilers)" ON)
 option(WITH_IK_SOLVER     "Enable Legacy IK solver (only disable for development)" ON)
-option(WITH_FFTW3         "Enable FFTW3 support (Used for smoke and audio effects)" ${_init_FFTW3})
+option(WITH_FFTW3         "Enable FFTW3 support (Used for smoke, ocean sim, and audio effects)" ${_init_FFTW3})
 option(WITH_BULLET        "Enable Bullet (Physics Engine)" ON)
 option(WITH_SYSTEM_BULLET "Use the systems bullet library (currently unsupported due to missing features in upstream!)" )
 mark_as_advanced(WITH_SYSTEM_BULLET)




More information about the Bf-blender-cvs mailing list