diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-08-30 19:03:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 10:03:01 -0700 |
| commit | 8c7e8df01549e59ac28469193976fbbe08e00f21 (patch) | |
| tree | 75aa5c6942ddd9c58b28a814a4cf4f41c56eceb6 /ports/vtk/module-name-mangling.patch | |
| parent | 047e8ef16e2cdb431b9857b79fdfa237b0f038e2 (diff) | |
| download | vcpkg-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/vtk/module-name-mangling.patch')
| -rw-r--r-- | ports/vtk/module-name-mangling.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ports/vtk/module-name-mangling.patch b/ports/vtk/module-name-mangling.patch deleted file mode 100644 index d1bc96c39..000000000 --- a/ports/vtk/module-name-mangling.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/CMake/vtkModule.cmake -+++ b/CMake/vtkModule.cmake -@@ -4409,6 +4409,15 @@ endif ()\n\n") - foreach (_vtk_export_module IN LISTS _vtk_export_MODULES) - get_property(_vtk_export_target_name GLOBAL - PROPERTY "_vtk_module_${_vtk_export_module}_target_name") -+ # Use the export name of the target if it has one set. -+ get_property(_vtk_export_target_has_export_name -+ TARGET "${_vtk_export_target_name}" -+ PROPERTY EXPORT_NAME SET) -+ if (_vtk_export_target_has_export_name) -+ get_property(_vtk_export_target_name -+ TARGET "${_vtk_export_target_name}" -+ PROPERTY EXPORT_NAME) -+ endif () - set(_vtk_export_base "_vtk_module_find_package_${_vtk_export_module}") - get_property(_vtk_export_packages GLOBAL - PROPERTY "${_vtk_export_base}") |
