diff --git a/libtiledbsoma/cmake/Modules/FindCatch_EP.cmake b/libtiledbsoma/cmake/Modules/FindCatch_EP.cmake index 94d877aa64..53905090dc 100644 --- a/libtiledbsoma/cmake/Modules/FindCatch_EP.cmake +++ b/libtiledbsoma/cmake/Modules/FindCatch_EP.cmake @@ -9,7 +9,7 @@ Include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.0.1 + GIT_TAG v3.4.0 ) cmake_host_system_information(RESULT OS_RELEASE QUERY OS_RELEASE)