aboutsummaryrefslogtreecommitdiff
path: root/ports/paraview/remove_duplicates.patch
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2021-08-30 19:03:01 +0200
committerGitHub <noreply@github.com>2021-08-30 10:03:01 -0700
commit8c7e8df01549e59ac28469193976fbbe08e00f21 (patch)
tree75aa5c6942ddd9c58b28a814a4cf4f41c56eceb6 /ports/paraview/remove_duplicates.patch
parent047e8ef16e2cdb431b9857b79fdfa237b0f038e2 (diff)
downloadvcpkg-8c7e8df01549e59ac28469193976fbbe08e00f21.tar.gz
vcpkg-8c7e8df01549e59ac28469193976fbbe08e00f21.zip
[CGNS|VTK-M|VTK|ParaView] Update ports (#18248)
* [cgns] update to 4.2.0 * [vtk-m] update to 1.6.0 * [vtk] Update to 9.0.1-pv5.9.1 - VTK update to match release version of ParaView * [ParaView] Update to 5.9.1 * version stuff * fix automatic svg linkage in static builds * update qt5-svg * revisit vtk - fix build with vtk-m 1.6 - remove unused patches - remove comments * bump version * remove two commented lines * version stuff * remove old PR version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/paraview/remove_duplicates.patch')
-rw-r--r--ports/paraview/remove_duplicates.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/ports/paraview/remove_duplicates.patch b/ports/paraview/remove_duplicates.patch
deleted file mode 100644
index 4ea223e3f..000000000
--- a/ports/paraview/remove_duplicates.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b7101666c..ebac50016 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -592,6 +592,9 @@ set(_paraview_add_tests_default_data_directory
- set(_paraview_add_tests_default_test_data_target
- "ParaViewData")
-
-+list(REMOVE_DUPLICATES vtk_modules) # Missed this somewhere
-+list(REMOVE_DUPLICATES paraview_modules) # probably not needed
-+
- vtk_module_build(
- MODULES ${paraview_modules}
- KITS ${paraview_kits}