Skip to content

Commit

Permalink
Update fmt and catch2 to v11.0.2 and v3.7.1 respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackMark29A committed Sep 18, 2024
1 parent aedf1ea commit efe28c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ endif()
include(FetchContent)
FetchContent_Declare(fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG 9.1.0
GIT_TAG 11.0.2
)
FetchContent_MakeAvailable(fmt)

if(LIBENVPP_TESTS)
FetchContent_Declare(Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.7.0
GIT_TAG v3.7.1
)
FetchContent_MakeAvailable(Catch2)
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
Expand Down

0 comments on commit efe28c7

Please sign in to comment.