CMakeLists.txt minor improvments

This commit is contained in:
gabime
2019-05-29 01:33:20 +03:00
parent d439f75491
commit fc53e3339f
3 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
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)