Skip to content

Commit cf96fcb

Browse files
committed
Update fmt library version to 10.1.1
Signed-off-by: Gigon Bae <gbae@nvidia.com>
1 parent 765121c commit cf96fcb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cpp/cmake/deps/fmt.cmake

+1-1
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 7.0.1
20+
GIT_TAG 10.1.1
2121
GIT_SHALLOW TRUE
2222
EXCLUDE_FROM_ALL
2323
)

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

+1-1
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 7.0.1
20+
GIT_TAG 10.1.1
2121
GIT_SHALLOW TRUE
2222
EXCLUDE_FROM_ALL
2323
)

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

+1-1
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 7.0.1
20+
GIT_TAG 10.1.1
2121
GIT_SHALLOW TRUE
2222
EXCLUDE_FROM_ALL
2323
)

python/cmake/deps/fmt.cmake

+1-1
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 7.0.1
20+
GIT_TAG 10.1.1
2121
GIT_SHALLOW TRUE
2222
EXCLUDE_FROM_ALL
2323
)

0 commit comments

Comments
 (0)