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:
authorBrecht Van Lommel <brecht@blender.org>2021-11-25 20:33:19 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-11-25 20:33:19 +0300
commit7b5a6f452aa50f48891c5a01269afdb9a61a3007 (patch)
treedba7e17109456bfb51e915617c30c26fce7c39b1 /CMakeLists.txt
parent466b50dbc9f07c19e307e1365712803aecd79c8f (diff)
parent2fb8c6805a982c3b617abc60459c6f40c7a9230c (diff)
Merge branch 'blender-v3.0-release'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bdb798228e1..c8ba8e2c080 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -502,7 +502,8 @@ endif()
# This should be turned off when Blender enter beta/rc/release
if("${BLENDER_VERSION_CYCLE}" STREQUAL "release" OR
- "${BLENDER_VERSION_CYCLE}" STREQUAL "rc")
+ "${BLENDER_VERSION_CYCLE}" STREQUAL "rc" OR
+ "${BLENDER_VERSION_CYCLE}" STREQUAL "beta")
set(WITH_EXPERIMENTAL_FEATURES OFF)
else()
set(WITH_EXPERIMENTAL_FEATURES ON)