mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Update CMakeLists.txt
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user