diff --git a/dependencies/CMakeLists.txt b/dependencies/CMakeLists.txt index 376ede119..7078b1bd3 100644 --- a/dependencies/CMakeLists.txt +++ b/dependencies/CMakeLists.txt @@ -4,6 +4,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING) FetchContent_Declare( catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git + GIT_TAG v2.13.2 ) endif()