CMake: disable tests by default (#10899)

This commit is contained in:
Mihai Fufezan 2025-07-02 00:18:34 +03:00 committed by GitHub
parent b246f33ab1
commit 90c8609cbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -455,7 +455,7 @@ install(
PATTERN "*.hpp"
PATTERN "*.inc")
if(NOT NO_TESTS)
if(TESTS)
enable_testing()
add_custom_target(tests)