projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix T53544: Crash drawing scene w/o world
[blender.git]
/
tests
/
CMakeLists.txt
diff --git
a/tests/CMakeLists.txt
b/tests/CMakeLists.txt
index 64326f34377afc81de17e000c91cd7359b2f7729..3ffd9db74e5ab1bf706f65820ea41c38f0ca94c0 100644
(file)
--- 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()