From 96195adaadfb2018c573486fb015f67faa65f0b4 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 1 Dec 2024 18:29:04 +0200 Subject: [PATCH] update cmakelists --- example/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 7962731d..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-2 2 REQUIRED) + find_package(spdlog 2 REQUIRED) endif() add_executable(example example.cpp)