mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-02-04 09:25:33 +00:00
CMake: disable tests by default (#10899)
This commit is contained in:
@ -455,7 +455,7 @@ install(
|
||||
PATTERN "*.hpp"
|
||||
PATTERN "*.inc")
|
||||
|
||||
if(NOT NO_TESTS)
|
||||
if(TESTS)
|
||||
enable_testing()
|
||||
add_custom_target(tests)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user