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:
@@ -1,7 +1,8 @@
|
||||
|
||||
# Python CTests
|
||||
add_subdirectory(python)
|
||||
if(WITH_BLENDER)
|
||||
add_subdirectory(python)
|
||||
endif()
|
||||
|
||||
# GTest
|
||||
add_subdirectory(gtests)
|
||||
|
||||
|
Reference in New Issue
Block a user