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:
authorJulian Eisel <eiseljulian@gmail.com>2020-02-24 14:30:56 +0300
committerJulian Eisel <eiseljulian@gmail.com>2020-02-24 15:01:13 +0300
commitfc81eb74e7f9bdce239d745bfbc0cbf581eb075d (patch)
treec8d572bfc82195d1f943a8ee38e6b4b49b407ab1 /source/blender/render
parent69c587888b5e95a2f838f63cabd52bc6cf752ece (diff)
Mantaflow: Address precompiler warning and related cleanup
* Address warning because of undefined OPENVDB usage * Remove unused WITH_FLUID definitions Differential Revision: https://developer.blender.org/D6919
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index a92be8509d5..a1dd9b3d5b0 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -86,10 +86,6 @@ if(WITH_IMAGE_OPENEXR)
add_definitions(-DWITH_OPENEXR)
endif()
-if(WITH_MOD_FLUID)
- add_definitions(-DWITH_FLUID)
-endif()
-
if(WITH_FREESTYLE)
list(APPEND INC
../freestyle