Skip to content

Commit 3d36623

Browse files
committed
Upgrade dependencies
1 parent 3b32869 commit 3d36623

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/external/fmt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ set(FMT_INCLUDE_DIR ${FMT_INSTALL}/include)
5454
ExternalProject_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}

cmake/external/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ set(GOOGLETEST_INCLUDE_DIR ${GOOGLETEST_INSTALL}/include)
4444
ExternalProject_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}

cmake/fetch/magic_enum.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include(FetchContent)
3232

3333
FetchContent_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

0 commit comments

Comments
 (0)