Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-07-13 22:40:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-13 22:40:21 +0400
commit1fd33b6e777d54a3702e58253dabf94a752783e2 (patch)
treeefe02ce8e079d6bf5448cf7c6d3fed7b9e39a86e /CMakeLists.txt
parentf94c9d5d612879aa5b7fec8be224b25aac870b5c (diff)
cmake option to build without smoke sim: WITH_MOD_SMOKE
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28b68c1e673..e5cd23ab66a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -141,6 +141,7 @@ endif()
# Modifiers
option(WITH_MOD_FLUID "Enable Elbeem Modifier (Fluid Simulation)" ON)
+option(WITH_MOD_SMOKE "Enable Smoke Modifier (Smoke Simulation)" ON)
option(WITH_MOD_DECIMATE "Enable Decimate Modifier" ON)
option(WITH_MOD_BOOLEAN "Enable Boolean Modifier" ON)
option(WITH_MOD_CLOTH_ELTOPO "Enable Experemental cloth solver" OFF)