Update CMakeLists.txt

This commit is contained in:
coco875
2025-08-06 09:16:54 -06:00
committed by Lywx
parent dcefe0bd5c
commit 27b63b83db
+1 -1
View File
@@ -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