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:
authorBastien Montagne <montagne29@wanadoo.fr>2017-08-10 16:43:52 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-08-10 16:43:52 +0300
commit496b510438b2f994cafcec6e36fe300be9fe015f (patch)
tree426f0e61c752535d2231459bcd2152c95c681e55 /tests/CMakeLists.txt
parentc116bb0c7fdae35fbb062260cc9581eb3b4f36cf (diff)
parent33ab011ae4928cbbb49115abf653d91b8f3ba4d2 (diff)
Merge branch 'master' into id_copy_refactorid_copy_refactor
Conflicts: source/blender/blenkernel/BKE_sequencer.h source/blender/blenkernel/intern/library.c source/blender/blenkernel/intern/sequencer.c source/blender/editors/space_sequencer/sequencer_edit.c
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..64326f34377 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,7 +1,8 @@
# Python CTests
-add_subdirectory(python)
+if(WITH_BLENDER)
+ add_subdirectory(python)
+endif()
# GTest
add_subdirectory(gtests)
-