CMakeLists.txt minor improvments

This commit is contained in:
gabime
2019-05-29 01:41:48 +03:00
parent 459cd21070
commit 76fc166e11
4 changed files with 4 additions and 6 deletions

View File

@@ -4,8 +4,6 @@
cmake_minimum_required(VERSION 3.1)
project(spdlog_bench CXX)
message(STATUS "Generating benchmarks..")
if(NOT TARGET spdlog)
# Stand-alone build
find_package(spdlog CONFIG REQUIRED)