Skip to content

Commit

Permalink
Swap to a URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Jul 14, 2024
1 parent ddfbd80 commit de4952b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ option(BUILD_TESTS "Builds all of the NUClear unit tests." TRUE)
if(BUILD_TESTS)
# Get catch2 using FetchContent
include(FetchContent)
FetchContent_Declare(
Catch2
GIT_SHALLOW TRUE
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.6.0
)
FetchContent_Declare(Catch2 URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.6.0.tar.gz)
FetchContent_MakeAvailable(Catch2)

enable_testing()
Expand Down

0 comments on commit de4952b

Please sign in to comment.