mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
update cmakelists
This commit is contained in:
parent
75c8a196bb
commit
96195adaad
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user