Skip to content

Commit

Permalink
CMake: Bump FetchContent dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GranMinigun committed Apr 8, 2024
1 parent f531718 commit d01efcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/nba/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else()
include(FetchContent)
FetchContent_Declare(fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG f5e54359df4c26b6230fc61d38aa294581393084 # 10.1.1
GIT_TAG e69e5f977d458f2650bb346dadf2ad30c5320281 # 10.2.1
)
set(FMT_INSTALL OFF CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(fmt)
Expand Down
4 changes: 2 additions & 2 deletions src/platform/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ find_package(OpenGL REQUIRED)
include(FetchContent)
FetchContent_Declare(glad
GIT_REPOSITORY https://github.com/Dav1dde/glad.git
GIT_TAG adc3d7a1d704e099581ca25bc5bbdf728c2db67b # v2.0.5-2-gadc3d7a
GIT_TAG 658f48e72aee3c6582e80b05ac0f8787a64fe6bb # v2.0.6
SOURCE_SUBDIR cmake
)
FetchContent_MakeAvailable(glad)
Expand All @@ -32,7 +32,7 @@ if(USE_SYSTEM_TOML11)
else()
FetchContent_Declare(toml11
GIT_REPOSITORY https://github.com/ToruNiina/toml11.git
GIT_TAG dcfe39a783a94e8d52c885e5883a6fbb21529019 # v3.7.1
GIT_TAG d4eb5f3c9d8557b3820c80d55c41068839341b27 # v3.8.1
)
set(toml11_INSTALL OFF CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(toml11)
Expand Down

0 comments on commit d01efcd

Please sign in to comment.