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:
authorMiika Hamalainen <blender@miikah.org>2011-10-31 17:18:14 +0400
committerMiika Hamalainen <blender@miikah.org>2011-10-31 17:18:14 +0400
commitcd338a4130011ed9eccc7b131b11e4261b9dc269 (patch)
tree767bb3edaa08fef0bb6ff039fced376f9a00e9c3 /source/blender/modifiers/CMakeLists.txt
parent0a37e6ab976344818483df899b4fc44aedb30613 (diff)
parenta664e779ac8be0f926221d4c064394f9b3b6a801 (diff)
Merge with trunk r41411
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index 735437a0785..e8ecc75ca60 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -112,8 +112,8 @@ if(WITH_MOD_DECIMATE)
)
endif()
-if(NOT WITH_MOD_FLUID)
- add_definitions(-DDISABLE_ELBEEM)
+if(WITH_MOD_FLUID)
+ add_definitions(-DWITH_MOD_FLUID)
endif()
if(WITH_GAMEENGINE)