mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
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:
parent
d4b47a0edb
commit
87d13d9a00
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue