From 97876eba96454bca535135666449e11fc3224597 Mon Sep 17 00:00:00 2001 From: Nicolas Werner <nicolas.werner@hotmail.de> Date: Fri, 17 Jan 2020 22:07:09 +0100 Subject: [PATCH] Add spdlog --- examples/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 6860fb41d..710a81936 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,3 +1,6 @@ +if(USE_BUNDLED_SPDLOG) + hunter_add_package(spdlog) +endif() find_package(spdlog 1.0.0 CONFIG) set_package_properties(spdlog PROPERTIES DESCRIPTION "Very fast, header only, C++ logging library" -- GitLab