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:
authorHans Goudey <h.goudey@me.com>2021-04-13 01:43:36 +0300
committerHans Goudey <h.goudey@me.com>2021-04-13 01:43:36 +0300
commit8d9fd0427dd6cf9556f2bb4415ead82c73300d32 (patch)
treef0c7058fe4b05bced5a083d1ebc046beae1dae5d /source/blender/nodes/CMakeLists.txt
parent1e8a808910996af132629dce961aa9576dcba50f (diff)
Cleanup: Nodes: Use consistent errors for nodes built without features
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 88482b71f68..f9331d8aa7f 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -392,6 +392,10 @@ if(WITH_OPENSUBDIV)
add_definitions(-DWITH_OPENSUBDIV)
endif()
+if(WITH_GMP)
+ add_definitions(-DWITH_GMP)
+endif()
+
if(WITH_OPENVDB)
list(APPEND INC_SYS
${OPENVDB_INCLUDE_DIRS}