build: Remove unused BUILD_TESTS option.

BUILD_TESTING is the normal one used in CMake projects,
as far as I can tell.
This commit is contained in:
Ryan Pavlik 2019-04-08 13:48:54 -05:00 committed by Jakob Bornecrantz
parent d4b47a0edb
commit 87d13d9a00

View file

@ -9,7 +9,6 @@ if(POLICY CMP0072)
cmake_policy(SET CMP0072 NEW)
endif()
option(BUILD_TESTS "Build compile and runtime tests" ON)
option(OPENXR_USE_LOADER "Application uses loader" ON)
option(VULKAN_ENABLE_VALIDATION "Enable Vulkan validation for Compositor" ON)