aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/itk/CONTROL2
-rw-r--r--ports/itk/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/itk/CONTROL b/ports/itk/CONTROL
index 70091bd1f..2957c8742 100644
--- a/ports/itk/CONTROL
+++ b/ports/itk/CONTROL
@@ -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]
diff --git a/ports/itk/portfile.cmake b/ports/itk/portfile.cmake
index ea53f0fd8..6d0445caf 100644
--- a/ports/itk/portfile.cmake
+++ b/ports/itk/portfile.cmake
@@ -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