Skip to content

Commit e002723

Browse files
committed
Fix error in spdlog config
1 parent a38e86c commit e002723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/spdlog/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ option(SPDLOG_BUILD_WARNINGS "Enable compiler warnings" OFF)
8888
option(SPDLOG_SYSTEM_INCLUDES "Include as system headers (skip for clang-tidy)." OFF)
8989
option(SPDLOG_INSTALL "Generate the install target" ${SPDLOG_MASTER_PROJECT})
9090
option(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)
9393
option(SPDLOG_NO_EXCEPTIONS "Compile with -fno-exceptions. Call abort() on any spdlog exceptions" OFF)
9494

9595
if(SPDLOG_FMT_EXTERNAL AND SPDLOG_FMT_EXTERNAL_HO)

0 commit comments

Comments
 (0)