mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
6 lines
128 B
CMake
6 lines
128 B
CMake
find_package(spdlog REQUIRED)
|
|
|
|
if (NOT TARGET spdlog::spdlog)
|
|
message(FATAL_ERROR "spdlog::spdlog target not found")
|
|
endif ()
|