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:
authorJacques Lucke <jacques@blender.org>2020-03-24 18:28:16 +0300
committerJacques Lucke <jacques@blender.org>2020-03-24 18:28:16 +0300
commitbd0f203d39007b8102c2ffbfac871ef92bb9e714 (patch)
treed804f5d70d3ce9a259a8fb3c822616993e073272 /CMakeLists.txt
parent727ed660653b4779799137409ef4c7fe85e35e37 (diff)
rename WITH_SIMULATION_DATA_BLOCK_RNA to WITH_NEW_SIMULATION_TYPE
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20f8a66b9c3..5f07be23fb4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -324,8 +324,8 @@ option(WITH_NEW_OBJECT_TYPES "Enable new hair and pointcloud objects (use for de
mark_as_advanced(WITH_NEW_OBJECT_TYPES)
# New simulation data block
-option(WITH_SIMULATION_DATA_BLOCK_RNA "Enable simulation data block (use for development only, don't save in files)" OFF)
-mark_as_advanced(WITH_SIMULATION_DATA_BLOCK_RNA)
+option(WITH_NEW_SIMULATION_TYPE "Enable simulation data block (use for development only, don't save in files)" OFF)
+mark_as_advanced(WITH_NEW_SIMULATION_TYPE)
# Misc
if(WIN32)