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>2017-07-26 19:12:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-07-26 19:12:40 +0300
commit6fe2a48d3e18121624e315de0c3c65c960c9d5ec (patch)
treefeb2730deb3038d921a80cd4e4b093da6cc35322 /source/blender/blenkernel/CMakeLists.txt
parent0b5f056119785c040d38121fb6241b12e31f3118 (diff)
Last commit broke WITH_PYTHON_SAFETY
Re-enable BPY_id_release call with thats enabled.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 1d4565f1ec6..2a3d4c9fed7 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -431,6 +431,10 @@ if(WITH_PYTHON)
)
add_definitions(-DWITH_PYTHON)
+ if(WITH_PYTHON_SAFETY)
+ add_definitions(-DWITH_PYTHON_SAFETY)
+ endif()
+
if(WITH_PYTHON_SECURITY)
add_definitions(-DWITH_PYTHON_SECURITY)
endif()