Skip to content

Commit 90ba326

Browse files
committed
update stdx and downgrade fmt to 10.2.1
1 parent bbc82e3 commit 90ba326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ find_package(
2323
include(cmake/string_catalog.cmake)
2424

2525
add_versioned_package("gh:boostorg/mp11#boost-1.83.0")
26-
fmt_recipe(11.0.0)
27-
add_versioned_package("gh:intel/cpp-std-extensions#a51e2bf")
26+
fmt_recipe(10.2.1)
27+
add_versioned_package("gh:intel/cpp-std-extensions#6c4fb17")
2828
add_versioned_package("gh:intel/cpp-baremetal-concurrency#8d49b6d")
2929

3030
add_library(cib INTERFACE)

0 commit comments

Comments
 (0)