From 75c8a196bb0a6aa7cde4a3a692c72504e49d0a68 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 1 Dec 2024 18:24:40 +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 591759c8..7962731d 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 2 REQUIRED) + find_package(spdlog-2 2 REQUIRED) endif() add_executable(example example.cpp)