File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ option(SPDLOG_BUILD_WARNINGS "Enable compiler warnings" OFF)
8888option (SPDLOG_SYSTEM_INCLUDES "Include as system headers (skip for clang-tidy)." OFF )
8989option (SPDLOG_INSTALL "Generate the install target" ${SPDLOG_MASTER_PROJECT} )
9090option (SPDLOG_USE_STD_FORMAT "Use std::format instead of fmt library." OFF )
91- option (SPDLOG_FMT_EXTERNAL "Use external fmt library instead of bundled" ON )
92- option (SPDLOG_FMT_EXTERNAL_HO "Use external fmt header-only library instead of bundled" ON )
91+ option (SPDLOG_FMT_EXTERNAL "Use external fmt library instead of bundled" OFF )
92+ option (SPDLOG_FMT_EXTERNAL_HO "Use external fmt header-only library instead of bundled" OFF )
9393option (SPDLOG_NO_EXCEPTIONS "Compile with -fno-exceptions. Call abort() on any spdlog exceptions" OFF )
9494
9595if (SPDLOG_FMT_EXTERNAL AND SPDLOG_FMT_EXTERNAL_HO)
You can’t perform that action at this time.
0 commit comments