Commit 7d678be0 authored by gabime's avatar gabime

CMake - turn off examples by default

parent 74e2aa9c
...@@ -41,7 +41,7 @@ if (NOT DEFINED SPDLOG_MASTER_PROJECT) ...@@ -41,7 +41,7 @@ if (NOT DEFINED SPDLOG_MASTER_PROJECT)
endif() endif()
endif () endif ()
option(SPDLOG_BUILD_EXAMPLES "Build examples" ON) option(SPDLOG_BUILD_EXAMPLES "Build examples" OFF)
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" OFF) option(SPDLOG_BUILD_TESTS "Build tests" OFF)
option(SPDLOG_BUILD_HO_TESTS "Build tests using the header only version" OFF) option(SPDLOG_BUILD_HO_TESTS "Build tests using the header only version" OFF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment