mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 12:37:55 +08:00
Update ITK portfile.cmake to fix build on Windows.
Fixes ITK build on Windows. See #3115 for more details.
This commit is contained in:
parent
6a471de782
commit
a872b64e6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user