Skip to content

Commit 8a93754

Browse files
committed
spdlog: allow newer versions again now that fmt isn't an issue anymore
1 parent 5b2be22 commit 8a93754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symforce/opt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif()
3434
# ------------------------------------------------------------------------------
3535
# spdlog
3636

37-
find_package(spdlog 1.9...<1.11 QUIET)
37+
find_package(spdlog 1.9 QUIET)
3838
if (NOT spdlog_FOUND)
3939
message(STATUS "spdlog not found, adding with FetchContent")
4040
function(add_spdlog)

0 commit comments

Comments
 (0)