diff --git a/CMakeLists.txt b/CMakeLists.txt index 5558d4c..4430969 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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