Files
clio/cmake/deps/spdlog.cmake

6 lines
128 B
CMake

find_package(spdlog REQUIRED)
if(NOT TARGET spdlog::spdlog)
message(FATAL_ERROR "spdlog::spdlog target not found")
endif()