Skip to content

Commit

Permalink
Merge branch 'master' into new_users
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLartians authored Nov 6, 2023
2 parents 9c93f0e + 4276c79 commit 6ae565b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ include(cmake/CPM.cmake)
CPMAddPackage("gh:fmtlib/fmt#7.1.3")
CPMAddPackage("gh:nlohmann/[email protected]")
CPMAddPackage("gh:catchorg/Catch2@3.2.1")
CPMAddPackage("gh:catchorg/Catch2@3.4.0")
# link dependencies
target_link_libraries(main fmt::fmt nlohmann_json::nlohmann_json Catch2::Catch2WithMain)
Expand Down
2 changes: 1 addition & 1 deletion examples/catch2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(CPMExampleCatch2)
include(../../cmake/CPM.cmake)

CPMAddPackage("gh:cpm-cmake/[email protected]")
CPMAddPackage("gh:catchorg/Catch2@3.2.1")
CPMAddPackage("gh:catchorg/Catch2@3.4.0")

# ---- Create binary ----

Expand Down

0 comments on commit 6ae565b

Please sign in to comment.