aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-03 19:09:24 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-03 19:09:24 -0800
commitb03b578ffc27a9f0d4d9c7a8edc8edeea487dce3 (patch)
tree66cc3c484da4d6af5672b1913dfe341774f4e0b0 /ports
parentd7fb7b7736cd7cd67cedab31772c60430fecb927 (diff)
downloadvcpkg-b03b578ffc27a9f0d4d9c7a8edc8edeea487dce3.tar.gz
vcpkg-b03b578ffc27a9f0d4d9c7a8edc8edeea487dce3.zip
Rename policy to OnlyReleaseCRT
Diffstat (limited to 'ports')
-rw-r--r--ports/msmpi/CONTROL2
-rw-r--r--ports/msmpi/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/msmpi/CONTROL b/ports/msmpi/CONTROL
index 44752712a..e17fd1c00 100644
--- a/ports/msmpi/CONTROL
+++ b/ports/msmpi/CONTROL
@@ -1,3 +1,3 @@
Source: msmpi
-Version: 8.0
+Version: 8.0-1
Description: Microsoft MPI
diff --git a/ports/msmpi/portfile.cmake b/ports/msmpi/portfile.cmake
index 7d79068d7..38c90778e 100644
--- a/ports/msmpi/portfile.cmake
+++ b/ports/msmpi/portfile.cmake
@@ -96,7 +96,7 @@ endif()
# Install debug libraries
# NOTE: since the binary distribution does not include any debug libraries we simply install the release libraries
-SET(VCPKG_POLICY_NO_DEBUG_BINARIES enabled)
+SET(VCPKG_POLICY_ONLY_RELEASE_CRT enabled)
file(INSTALL
"${SOURCE_LIB_PATH}/${TRIPLET_SYSTEM_ARCH}/msmpi.lib"
"${SOURCE_LIB_PATH}/${TRIPLET_SYSTEM_ARCH}/msmpifec.lib"