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:
Diffstat (limited to 'bench/CMakeLists.txt')
-rw-r--r--bench/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/bench/CMakeLists.txt b/bench/CMakeLists.txt
index 5b88d41a..6457a89d 100644
--- a/bench/CMakeLists.txt
+++ b/bench/CMakeLists.txt
@@ -2,7 +2,7 @@
# Distributed under the MIT License (http://opensource.org/licenses/MIT)
cmake_minimum_required(VERSION 3.1)
-project(SpdlogBench CXX)
+project(spdlog_bench CXX)
if(NOT TARGET spdlog)
# Stand-alone build
@@ -21,7 +21,6 @@ target_link_libraries(async_bench PRIVATE spdlog::spdlog)
add_executable(latency latency.cpp)
target_link_libraries(latency PRIVATE benchmark::benchmark spdlog::spdlog)
-
add_executable(formatter-bench formatter-bench.cpp)
target_link_libraries(formatter-bench PRIVATE benchmark::benchmark spdlog::spdlog)