diff --git a/CMakeLists.txt b/CMakeLists.txt index a450c87..bc7a323 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -233,7 +233,7 @@ if(USE_STANDALONE) FetchContent_MakeAvailable(spdlog) target_link_libraries(${PROJECT_NAME} PRIVATE spdlog) else() - find_package(spdlog OPTIONAL) + find_package(spdlog QUIET) if(NOT spdlog_FOUND) FetchContent_Declare( spdlog