diff options
| author | MouhammadEV <38284341+MouhammadEV@users.noreply.github.com> | 2019-03-18 20:33:45 +0100 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-18 12:33:45 -0700 |
| commit | aed7d2e2146b26edc9943d650f391ef2407e5a54 (patch) | |
| tree | 230b64f260a756b82d462d2dc3e13c9ac1e34791 /ports/vtk/CONTROL | |
| parent | 2fc5b2815eaecf8397415e7f0673c5a5ecc78fcf (diff) | |
| download | vcpkg-aed7d2e2146b26edc9943d650f391ef2407e5a54.tar.gz vcpkg-aed7d2e2146b26edc9943d650f391ef2407e5a54.zip | |
[WIP][vtk] add the option -DModule_vtkGUISupportMFC=ON (#4661)
* Update portfile.cmake
* [vtk] Only enable Module_vtkGUISupportMFC for Windows. Require atlmfc on Windows.
Diffstat (limited to 'ports/vtk/CONTROL')
| -rw-r--r-- | ports/vtk/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/vtk/CONTROL b/ports/vtk/CONTROL index 7bd4d5b3d..0d489e677 100644 --- a/ports/vtk/CONTROL +++ b/ports/vtk/CONTROL @@ -1,7 +1,7 @@ Source: vtk -Version: 8.2.0-1 +Version: 8.2.0-2 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 +Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora, atlmfc (windows) Feature: openvr Description: OpenVR functionality for VTK |
