Skip to content

Commit f02d50d

Browse files
authored
Merge pull request #122 from elbeno/update-fmt
⬆️ Update fmt to 11.0.0
2 parents 6d74bbb + c7d217b commit f02d50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include(cmake/get_cpm.cmake)
1111
cpmaddpackage("gh:intel/cicd-repo-infrastructure#main")
1212

1313
add_versioned_package("gh:boostorg/mp11#boost-1.83.0")
14-
fmt_recipe(10.2.1)
14+
fmt_recipe(11.0.0)
1515

1616
if(NOT DEFINED CMAKE_CXX_STANDARD)
1717
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)