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-07-14 13:27:09 +0300
committergabime <gmelman1@gmail.com>2019-07-14 13:27:09 +0300
commit121fc0a2734251a8db91b60261ebd9f857e155c2 (patch)
treef0d0622c0c781f1efbe4f9087a67751948435c04 /CMakeLists.txt
parent4d9281018f9f7071dd8d6f2858cd76aee7dbeddd (diff)
Minor update to CMakelists
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a25c256a..9e2bfc7d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,6 @@ endif()
project(spdlog VERSION ${SPDLOG_VERSION} LANGUAGES CXX)
message(STATUS "Build spdlog: ${SPDLOG_VERSION}")
-
#---------------------------------------------------------------------------------------
# Compiler config
#---------------------------------------------------------------------------------------