Fix compilation error when building without Blender

Simply disabled python tests, they can't be run anyway (since blender target is
not enabled) and we don't have any player-related tests in that folder.
This commit is contained in:
Sergey Sharybin 2017-08-08 11:32:33 +02:00
parent 6af7d7e05e
commit b53e35c655
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Python CTests
add_subdirectory(python)
if(WITH_BLENDER)
add_subdirectory(python)
endif()
# GTest
add_subdirectory(gtests)