We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2be22 commit 8a93754Copy full SHA for 8a93754
symforce/opt/CMakeLists.txt
@@ -34,7 +34,7 @@ endif()
34
# ------------------------------------------------------------------------------
35
# spdlog
36
37
-find_package(spdlog 1.9...<1.11 QUIET)
+find_package(spdlog 1.9 QUIET)
38
if (NOT spdlog_FOUND)
39
message(STATUS "spdlog not found, adding with FetchContent")
40
function(add_spdlog)
0 commit comments