Skip to content

Commit

Permalink
Fetch Catch2 version that can be built
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Nov 25, 2024
1 parent 18dd058 commit 895e65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(NOT Catch2_FOUND)
fETCHCONTENT_DECLARE(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.1
GIT_TAG v${CATCH2_MIN_VERSION}.0
)
FETCHCONTENT_MAKEAVAILABLE(Catch2)
set(CMAKE_MODULE_PATH ${Catch2_SOURCE_DIR}/extras ${CMAKE_MODULE_PATH})
Expand Down

0 comments on commit 895e65a

Please sign in to comment.