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>2019-12-17 00:38:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-17 00:47:06 +0300
commit79c3e8db26da63f5c2a88b2523f5ff5a24e3ae48 (patch)
tree52a2507563973541ba2c97e73c46e86d027bd6cb /source/blender/modifiers/CMakeLists.txt
parent714e48ec55b6d787e2caa844eb9b1c14a45fc6da (diff)
Fix linking errors WITH_MOD_FLUID=OFF
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index dfa50696d6c..5ab70578ed6 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -133,6 +133,10 @@ if(WITH_MOD_REMESH)
add_definitions(-DWITH_MOD_REMESH)
endif()
+if(WITH_MOD_FLUID)
+ add_definitions(-DWITH_FLUID)
+endif()
+
if(WITH_MOD_OCEANSIM)
add_definitions(-DWITH_OCEANSIM)
endif()