CMake: disable tests by default (#10899)
This commit is contained in:
parent
b246f33ab1
commit
90c8609cbb
2 changed files with 4 additions and 2 deletions
|
|
@ -455,7 +455,7 @@ install(
|
|||
PATTERN "*.hpp"
|
||||
PATTERN "*.inc")
|
||||
|
||||
if(NOT NO_TESTS)
|
||||
if(TESTS)
|
||||
enable_testing()
|
||||
add_custom_target(tests)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue