File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ set(SPDLOG_GABIME_URL "https://github.com/gabime/spdlog/archive/refs/tags/v1.15.
9999set (SPDLOG_GABIME_SHA256 "9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5" )
100100macro (GetSpdlog)
101101 if (NOT TARGET spdlog::spdlog)
102- find_package (spdlog 1.6 .0 QUIET )
102+ find_package (spdlog 1.15 .0 QUIET )
103103 endif ()
104104
105105 if (NOT TARGET spdlog::spdlog)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ enable_testing()
99include (GoogleTest)
1010
1111if (NOT TARGET fmt::fmt)
12- find_package ( fmt REQUIRED )
12+ message (FATAL_ERROR " fmt::fmt target not found. GetSpdlog() should have been called in the main CMakeLists.txt" )
1313endif ()
1414
1515if (NOT TARGET spdlog::spdlog)
You can’t perform that action at this time.
0 commit comments