Skip to content

Commit

Permalink
Update GoogleTest and fmt version
Browse files Browse the repository at this point in the history
  • Loading branch information
belijzajac committed Jun 3, 2024
1 parent 23ff8f4 commit dc329f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ include(FetchContent)
if(UNIT_TESTS)
FetchContent_Declare(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG 9741c42200b66abc708ee6da269a29c8bd912cee
GIT_TAG v1.14.0
)
FetchContent_MakeAvailable(googletest)
endif()

FetchContent_Declare(fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_TAG 8.0.1
GIT_TAG 10.2.1
)
FetchContent_MakeAvailable(fmt)

Expand Down

0 comments on commit dc329f6

Please sign in to comment.