about summary refs log tree commit diff
path: root/pkgs/development/libraries/mapnik/catch2-src.patch
diff options
context:
space:
mode:
authorTomaSajt <62384384+TomaSajt@users.noreply.github.com>2024-09-22 01:16:55 +0200
committerTomaSajt <62384384+TomaSajt@users.noreply.github.com>2024-09-25 00:11:23 +0200
commit48e2643ee72d092344bd0fcd5c41e1b2b4521bfc (patch)
tree3dc4aca65800c9bc88b052ea7d636111ce45f643 /pkgs/development/libraries/mapnik/catch2-src.patch
parent3cd806f0f0a28513e996c126ba14f29e09cb3f09 (diff)
mapnik: use cmake flag instead of patch for catch2 source
Diffstat (limited to 'pkgs/development/libraries/mapnik/catch2-src.patch')
-rw-r--r--pkgs/development/libraries/mapnik/catch2-src.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/development/libraries/mapnik/catch2-src.patch b/pkgs/development/libraries/mapnik/catch2-src.patch
deleted file mode 100644
index 04c6f7add217c..0000000000000
--- a/pkgs/development/libraries/mapnik/catch2-src.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
-index 0705ddce1..771291b88 100644
---- a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -7,8 +7,7 @@ include(FetchContent)
- 
- FetchContent_Declare(
-   Catch2
--  GIT_REPOSITORY https://github.com/catchorg/Catch2.git
--  GIT_TAG        v2.13.7)
-+  SOURCE_DIR @catch2_src@)
- FetchContent_MakeAvailable(Catch2)
- 
- if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19.0")