mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
static lib by default
This commit is contained in:
@@ -45,7 +45,7 @@ else()
|
|||||||
set(SPDLOG_MASTER_PROJECT OFF)
|
set(SPDLOG_MASTER_PROJECT OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(SPDLOG_STATIC_LIB "Build as static lib" ONg)
|
option(SPDLOG_STATIC_LIB "Build as static lib" ON)
|
||||||
option(SPDLOG_BUILD_EXAMPLES "Build examples" ${SPDLOG_MASTER_PROJECT})
|
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_BENCH "Build benchmarks (Requires https://github.com/google/benchmark.git to be installed)" OFF)
|
||||||
option(SPDLOG_BUILD_TESTS "Build tests" ON)
|
option(SPDLOG_BUILD_TESTS "Build tests" ON)
|
||||||
|
Reference in New Issue
Block a user