default to BUILD_TESTING=ON if the engine is built as a root project

This commit is contained in:
2021-12-01 15:36:08 +01:00
parent ec98df52d7
commit b0e065e2ef
2 changed files with 6 additions and 5 deletions

View File

@ -25,4 +25,3 @@ if(BUILD_TESTING)
add_subdirectory(test)
endif()