diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-02 06:58:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 15:58:55 -0700 |
| commit | c6414b172a435068a54474136d92578a3e979f12 (patch) | |
| tree | 0a9c3c94eb298bf14affcea51d865c5be7a0301e /ports/vtk/CONTROL | |
| parent | 47a883b395121698ea96a119f73a4d24b1315c0e (diff) | |
| download | vcpkg-c6414b172a435068a54474136d92578a3e979f12.tar.gz vcpkg-c6414b172a435068a54474136d92578a3e979f12.zip | |
[vtk] Fix single configuration builds (#11643)
* [vtk] Improve portfile.cmake
* use VCPKG_BUILD_TYPE instead of CMAKE_BUILD_TYPE
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 9db2f31e8..307d0f9af 100644 --- a/ports/vtk/CONTROL +++ b/ports/vtk/CONTROL @@ -1,5 +1,5 @@ Source: vtk -Version: 9.0 +Version: 9.0-1 Description: Software system for 3D computer graphics, image processing, and visualization Homepage: https://github.com/Kitware/VTK Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5[core], libjpeg-turbo, proj4, lz4, liblzma, libtheora, eigen3, double-conversion, pugixml, libharu[notiffsymbols], sqlite3, netcdf-c, utfcpp, libogg, pegtl-2 |
