Skip to content

Commit

Permalink
cmake: upgrade catch2 to the latest version (v2.13.7)
Browse files Browse the repository at this point in the history
v2.9.1 of catch2 fails to compile on apple m1 due to this
catchorg/Catch2#1084
  • Loading branch information
arkivm authored and shravanrn committed Dec 29, 2021
1 parent bd9367e commit 2d14774
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 @@ -89,7 +89,7 @@ endif()
# Dependencies ###################

if(BUILD_TESTING)
find_package(Catch2 QUIET)
find_package(Catch2 2.13.7 QUIET)
if(NOT Catch2_FOUND)
include(FetchContent)
FetchContent_Declare(catch2
Expand Down

0 comments on commit 2d14774

Please sign in to comment.