Skip to content

Commit

Permalink
fix warning with geode fmt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Oct 10, 2024
1 parent f0eed44 commit 2bcd24c
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 @@ -3,7 +3,7 @@ project(rift)

# std::format is not available in GNU++20?
include(cmake/CPM.cmake)
CPMAddPackage("gh:fmtlib/fmt#11.0.2")
CPMAddPackage("gh:fmtlib/fmt#10.2.1")

set(CMAKE_CXX_STANDARD 20)

Expand Down

0 comments on commit 2bcd24c

Please sign in to comment.