Disabling implicit conversions.

This commit is contained in:
Pcornat 2022-06-09 21:52:49 +02:00
commit 340a4516dd
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
2 changed files with 6 additions and 4 deletions

View file

@ -97,6 +97,8 @@ option(SPDLOG_NO_ATOMIC_LEVELS "prevent spdlog from using of std::atomic log lev
add_subdirectory(external/spdlog)
set(JSON_BuildTests OFF CACHE INTERNAL "")
option(JSON_ImplicitConversions "Enable implicit conversions." OFF)
option(JSON_SystemInclude "Include as system headers (skip for clang-tidy)." ON)
add_subdirectory(external/json)
option(CATCH_INSTALL_DOCS "Install documentation alongside library" OFF)