make testing optional

This commit is contained in:
MoAlyousef
2020-09-14 20:25:38 +03:00
parent c8ff302c94
commit a9534579c6
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ enable_testing()
project(toml11 VERSION 3.5.0)
option(toml11_BUILD_TEST "Build toml tests" ON)
option(toml11_BUILD_TEST "Build toml tests" OFF)
option(toml11_TEST_WITH_ASAN "use LLVM address sanitizer" OFF)
option(toml11_TEST_WITH_UBSAN "use LLVM undefined behavior sanitizer" OFF)