mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[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:
parent
7dcf30197e
commit
3eb244085f
@ -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]
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user