Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-04-06 12:57:09 +0300
committergabime <gmelman1@gmail.com>2019-04-06 12:57:09 +0300
commit7e29c483798283668836f9592c90135b2e820525 (patch)
tree7057b410449cdd76ded67fc96259f3ac02363b94 /CMakeLists.txt
parentfef405ac98fe66db9a877b578c46f2ed870c0271 (diff)
removed spdlite
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9aa992cf..843a522f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,7 +54,6 @@ option(SPDLOG_BUILD_BENCH "Build benchmarks (Requires https://github.com/google/
option(SPDLOG_BUILD_TESTS "Build tests" ${SPDLOG_MASTER_PROJECT})
option(SPDLOG_FMT_EXTERNAL "Use external fmt library instead of bundled" OFF)
option(SPDLOG_INSTALL "Generate the install target." ${SPDLOG_MASTER_PROJECT})
-option(SPDLOG_BUILD_LITE "Build spdlog lite" ${SPDLOG_MASTER_PROJECT})
if(SPDLOG_FMT_EXTERNAL AND NOT TARGET fmt::fmt)
@@ -88,10 +87,6 @@ if(SPDLOG_BUILD_BENCH)
add_subdirectory(bench)
endif()
-if(SPDLOG_BUILD_LITE)
- add_subdirectory(spdlite)
-endif()
-
#---------------------------------------------------------------------------------------
# Install/export targets and files
#---------------------------------------------------------------------------------------