mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
make testing optional
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user