aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-03-13 14:06:48 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-03-13 14:06:48 -0700
commitf44063289412d46187ce72061e8e474e90f1cc63 (patch)
tree42a3aca61d75ed45174bbe7df49b4c83ba38c75b
parent32d79e94863683f5ec1720cf1d9fa5b92622b7f4 (diff)
downloadvcpkg-f44063289412d46187ce72061e8e474e90f1cc63.tar.gz
vcpkg-f44063289412d46187ce72061e8e474e90f1cc63.zip
[mpir] Rely on default override of WinSDK.
-rw-r--r--ports/mpir/portfile.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/mpir/portfile.cmake b/ports/mpir/portfile.cmake
index 6e01043f3..1595a6533 100644
--- a/ports/mpir/portfile.cmake
+++ b/ports/mpir/portfile.cmake
@@ -16,17 +16,14 @@ if(VCPKG_PLATFORM_TOOLSET MATCHES "v141")
else()
set(MSVC_VERSION 14)
endif()
-vcpkg_get_windows_sdk(WINDOWS_SDK)
if (VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
vcpkg_build_msbuild(
PROJECT_PATH ${SOURCE_PATH}/build.vc${MSVC_VERSION}/dll_mpir_gc/dll_mpir_gc.vcxproj
- TARGET_PLATFORM_VERSION ${WINDOWS_SDK}
)
else()
vcpkg_build_msbuild(
PROJECT_PATH ${SOURCE_PATH}/build.vc${MSVC_VERSION}/lib_mpir_gc/lib_mpir_gc.vcxproj
- TARGET_PLATFORM_VERSION ${WINDOWS_SDK}
)
endif()