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:
authorLukas Stockner <lukas.stockner@freenet.de>2018-05-01 18:03:20 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2018-05-01 18:03:20 +0300
commitbbfee34e9e2a3d8e8572dd41b3601e783d35a675 (patch)
treefbb36728165d9c4ea8b60e0cac340652dbc7e30d /tests/CMakeLists.txt
parentae7b67902191abb7e5aefbdcc20b84f050ec2b08 (diff)
parent2e98524b58a53f0d546e5f1e7d549d2f45815055 (diff)
Merge remote-tracking branch 'origin/master' into uv_unwrapping_slim_algorithm
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index fa0b86a2637..3ffd9db74e5 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,7 +1,8 @@
# Python CTests
-add_subdirectory(python)
+if(WITH_BLENDER AND WITH_PYTHON)
+ add_subdirectory(python)
+endif()
# GTest
add_subdirectory(gtests)
-