From 17eb1e1fd760a60048da54696002bff9d2168379 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 1 Dec 2024 18:22:44 +0200 Subject: [PATCH] Updated cmakelists.txt --- example/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 90211423..591759c8 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -5,7 +5,7 @@ project(spdlog_example CXX) if(NOT TARGET spdlog) # Stand-alone build - find_package(spdlog REQUIRED) + find_package(spdlog 2 REQUIRED) endif() add_executable(example example.cpp)