Skip to content

Commit

Permalink
chore: merge pull request #29 from threeal/bump-catch2@v3.4.0
Browse files Browse the repository at this point in the history
Update Catch2 to v3.4.0
  • Loading branch information
threeal committed Jul 15, 2023
2 parents c6d4c41 + 8d55344 commit a034b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
if(BUILD_TESTING)
enable_testing()

cpmaddpackage("gh:catchorg/Catch2@3.3.2")
cpmaddpackage("gh:catchorg/Catch2@3.4.0")
include("${Catch2_SOURCE_DIR}/extras/Catch.cmake")

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage -fPIC -O0")
Expand Down

0 comments on commit a034b33

Please sign in to comment.