mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Make header-only external fmt the default
This commit is contained in:
parent
a984b1b073
commit
7e63d773ef
@ -53,7 +53,7 @@ option(SPDLOG_BUILD_EXAMPLES "Build examples" ${SPDLOG_MASTER_PROJECT})
|
||||
option(SPDLOG_BUILD_BENCH "Build benchmarks (Requires https://github.com/google/benchmark.git to be installed)" OFF)
|
||||
option(SPDLOG_BUILD_TESTS "Build tests" ${SPDLOG_MASTER_PROJECT})
|
||||
option(SPDLOG_FMT_EXTERNAL "Use external fmt library instead of bundled" OFF)
|
||||
option(SPDLOG_FMT_HEADER_ONLY "Use header-only variant of external fmt library" OFF)
|
||||
option(SPDLOG_FMT_HEADER_ONLY "Use header-only variant of external fmt library" ON)
|
||||
option(SPDLOG_INSTALL "Generate the install target." ${SPDLOG_MASTER_PROJECT})
|
||||
|
||||
target_include_directories(
|
||||
|
Loading…
Reference in New Issue
Block a user