Skip to content

Commit

Permalink
Support fmt 8.1.1 for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Nov 29, 2023
1 parent b5c6f03 commit 67a0a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ endif()

include(FetchContent)

find_package(fmt 9.0.0 CONFIG QUIET)
find_package(fmt 8.1.1 CONFIG QUIET)
if(${fmt_FOUND})
find_package(spdlog 1.9.2 CONFIG QUIET)
else()
Expand Down

0 comments on commit 67a0a9c

Please sign in to comment.