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>2018-02-14 08:02:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-14 08:02:21 +0300
commitb48815a9b75708d158cf7931357904ac8f6b189a (patch)
tree345f4b71205ea34eeb046ace23e02d29dbde87fd /tests/CMakeLists.txt
parent9fb1f9c5cdccc14f65ba2047e5656b360142aa43 (diff)
Cleanup: use prefix for tests
Allows for running all `bmesh_*` or `object_*` tests.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 64326f34377..3ffd9db74e5 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,6 +1,6 @@
# Python CTests
-if(WITH_BLENDER)
+if(WITH_BLENDER AND WITH_PYTHON)
add_subdirectory(python)
endif()