Skip to content

Commit de9a29f

Browse files
committed
Merge rapidsai/branch-25.10 into gforsyth/rattler-build
2 parents 5d581e4 + d142a01 commit de9a29f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cpp/cmake/deps/fmt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (NOT TARGET deps::fmt)
1717
FetchContent_Declare(
1818
deps-fmt
1919
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
20-
GIT_TAG 10.1.1
20+
GIT_TAG 11.2.0
2121
GIT_SHALLOW TRUE
2222
EXCLUDE_FROM_ALL
2323
)

cpp/plugins/cucim.kit.cumed/cmake/deps/fmt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (NOT TARGET deps::fmt)
1717
FetchContent_Declare(
1818
deps-fmt
1919
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
20-
GIT_TAG 10.1.1
20+
GIT_TAG 11.2.0
2121
GIT_SHALLOW TRUE
2222
EXCLUDE_FROM_ALL
2323
)

cpp/plugins/cucim.kit.cuslide/cmake/deps/fmt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (NOT TARGET deps::fmt)
1717
FetchContent_Declare(
1818
deps-fmt
1919
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
20-
GIT_TAG 10.1.1
20+
GIT_TAG 11.2.0
2121
GIT_SHALLOW TRUE
2222
EXCLUDE_FROM_ALL
2323
)

python/cmake/deps/fmt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (NOT TARGET deps::fmt)
1717
FetchContent_Declare(
1818
deps-fmt
1919
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
20-
GIT_TAG 10.1.1
20+
GIT_TAG 11.2.0
2121
GIT_SHALLOW TRUE
2222
EXCLUDE_FROM_ALL
2323
)

0 commit comments

Comments
 (0)