diff options
| author | Dave Edmunds <david.m.edmunds@gmail.com> | 2018-07-13 09:40:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-13 09:40:16 -0400 |
| commit | a872b64e6aba06f4a2f15ac67bb58a606c3e3750 (patch) | |
| tree | c74c172278e0c679f22f76c9f5a356c89426fbf6 | |
| parent | 6a471de782bbc171ed645cd4c0d90d6e51e6a96a (diff) | |
| download | vcpkg-a872b64e6aba06f4a2f15ac67bb58a606c3e3750.tar.gz vcpkg-a872b64e6aba06f4a2f15ac67bb58a606c3e3750.zip | |
Update ITK portfile.cmake to fix build on Windows.
Fixes ITK build on Windows. See #3115 for more details.
| -rw-r--r-- | ports/itk/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/itk/portfile.cmake b/ports/itk/portfile.cmake index d37d5b150..1fea599d8 100644 --- a/ports/itk/portfile.cmake +++ b/ports/itk/portfile.cmake @@ -15,6 +15,7 @@ set(SOURCE_PATH "${CURRENT_BUILDTREES_DIR}/ITK") vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} PREFER_NINJA + DISABLE_PARALLEL_CONFIGURE OPTIONS -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF |
