removed spdlite

This commit is contained in:
gabime
2019-04-06 12:57:09 +03:00
parent fef405ac98
commit 7e29c48379
11 changed files with 3 additions and 669 deletions

View File

@@ -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
#---------------------------------------------------------------------------------------