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-10-30 05:27:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-30 05:27:49 +0400
commitbd86ba2c88aa912eefb38dc4a809f1ca1e49a31f (patch)
treeb2464a5cc64089772d52c5e9e740a73210d60e6d /source/blender/modifiers/CMakeLists.txt
parente48d7f4c111ea61eec467e972be1005f953768b1 (diff)
parentf837b46a2b561293660a0edf9d4de5ff16922f42 (diff)
svn merge -r41335:41371
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 f31565dd48e..f383a9e86ea 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -113,8 +113,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)