Update ITK portfile.cmake to fix build on Windows.

Fixes ITK build on Windows. See #3115 for more details.
This commit is contained in:
Dave Edmunds 2018-07-13 09:40:16 -04:00 committed by GitHub
parent 6a471de782
commit a872b64e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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