base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361)
[NixPkgs.git] / pkgs / tools / networking / ebpf-verifier / remove-fetchcontent-usage.patch
blob8a4af1bee19a0ffad89d7b9706e42dc7ac45103f
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index d7cf256..cb94e5a 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -6,8 +6,7 @@ project(ebpf_verifier)
6 include(FetchContent)
7 FetchContent_Declare(
8 Catch2
9 - GIT_REPOSITORY https://github.com/catchorg/Catch2.git
10 - GIT_TAG ac93f1943762f6fc92f0dc5bac0d720a33a27530
11 + SOURCE_DIR @catch2Src@
13 FetchContent_MakeAvailable(Catch2)