Updated cmakelists.txt

This commit is contained in:
gabime 2024-12-01 18:24:40 +02:00
parent 17eb1e1fd7
commit 75c8a196bb

View File

@ -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)