Merge branch 'master' into cpp20-mode-u8literal-workaround

This commit is contained in:
ToruNiina
2020-09-19 13:42:12 +09:00
5 changed files with 9 additions and 10 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)