diff options
| author | at-2500 <at-2500@users.noreply.github.com> | 2019-02-21 20:47:54 +0100 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-02-21 11:47:54 -0800 |
| commit | a8e52b1e0597ccbc8f1da1e969501cacb8280daa (patch) | |
| tree | 5c2d2bdec3d5af317f8f86b8f02c8dcf3201b4ec /ports/vtk/CONTROL | |
| parent | f2eea8f13a846184f56465945d204545597b3c2e (diff) | |
| download | vcpkg-a8e52b1e0597ccbc8f1da1e969501cacb8280daa.tar.gz vcpkg-a8e52b1e0597ccbc8f1da1e969501cacb8280daa.zip | |
[vtk] Change the runtime dir from tools to bin to fix DLL location (#5150)
* [vtk] Change the runtime dir from tools to bin to fix DLL location
* Also move the tools on unixoid OS; Fix tool names in targets files
* Remove duplicate vcpkg_copy_pdbs()
* [vtk] Change version to force rebuild in CI
Diffstat (limited to 'ports/vtk/CONTROL')
| -rw-r--r-- | ports/vtk/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/vtk/CONTROL b/ports/vtk/CONTROL index 0eb485dcd..2521ed58c 100644 --- a/ports/vtk/CONTROL +++ b/ports/vtk/CONTROL @@ -1,5 +1,5 @@ Source: vtk -Version: 8.1.0-6 +Version: 8.1.0-7 Description: Software system for 3D computer graphics, image processing, and visualization Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora |
