Formatted cmake

This commit is contained in:
gabime
2020-05-02 11:42:08 +03:00
parent 4831ae17d9
commit 75c15e8028
6 changed files with 202 additions and 202 deletions

View File

@@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.1)
project(spdlog_bench CXX)
if(NOT TARGET spdlog)
# Stand-alone build
find_package(spdlog CONFIG REQUIRED)
# Stand-alone build
find_package(spdlog CONFIG REQUIRED)
endif()
find_package(Threads REQUIRED)