From 121fc0a2734251a8db91b60261ebd9f857e155c2 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 14 Jul 2019 13:27:09 +0300 Subject: [PATCH] Minor update to CMakelists --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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 #---------------------------------------------------------------------------------------