File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set(FMT_INCLUDE_DIR ${FMT_INSTALL}/include)
5454ExternalProject_Add(fmt
5555 PREFIX ${FMT_SRC}
5656 GIT_REPOSITORY https://github.com/fmtlib/fmt.git
57- GIT_TAG 10.2.1
57+ GIT_TAG 11.0.2
5858 GIT_SHALLOW 1
5959 CMAKE_ARGS
6060 -DCMAKE_CXX_COMPILER:FILEPATH =${CMAKE_CXX_COMPILER}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ set(GOOGLETEST_INCLUDE_DIR ${GOOGLETEST_INSTALL}/include)
4444ExternalProject_Add(GTest
4545 PREFIX ${GOOGLETEST_SRC}
4646 GIT_REPOSITORY https://github.com/google/googletest.git
47- GIT_TAG v1.14.0
47+ GIT_TAG v1.15.2
4848 GIT_SHALLOW 1
4949 CMAKE_ARGS
5050 -DCMAKE_C_COMPILER:FILEPATH =${CMAKE_C_COMPILER}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ include(FetchContent)
3232
3333FetchContent_Declare(magic_enum
3434 GIT_REPOSITORY https://github.com/Neargye/magic_enum.git
35- GIT_TAG v0.9.5
35+ GIT_TAG v0.9.6
3636 GIT_SHALLOW 1
3737)
3838
You can’t perform that action at this time.
0 commit comments