[itk] Fixes broken dependencies between ITK and VTK (#5615)

* Fixes broken dependencies between ITK and VTK

restore a line of ed9357a overrided by aa560f1
fixes #5614

* [itk] Fixes broken dependencies between ITK and VTK
This commit is contained in:
Tetsuya Hayashi 2019-03-12 05:15:49 +09:00 committed by Victor Romero
parent 7dcf30197e
commit 3eb244085f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Source: itk
Version: 4.13.0-1
Version: 4.13.0-2
Description: Insight Segmentation and Registration Toolkit (ITK) is used for image processing and analysis.
Build-Depends: double-conversion, libjpeg-turbo, zlib, libpng, tiff, expat, hdf5[cpp]

View File

@ -55,7 +55,7 @@ vcpkg_configure_cmake(
#-DITK_PYTHON_VERSION=3
-DITK_USE_SYSTEM_HDF5=ON
-DModule_ITKVtkGlue=ON # this option requires VTK to be a dependency in CONTROL file. VTK depends on HDF5!
-DModule_ITKVtkGlue=${ITKVtkGlue} # this option requires VTK to be a dependency in CONTROL file. VTK depends on HDF5!
-DModule_IOSTL=ON # example how to turn on a non-default module
-DModule_MorphologicalContourInterpolation=ON # example how to turn on a remote module