aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-03 19:01:11 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-03 19:01:27 -0800
commitd7fb7b7736cd7cd67cedab31772c60430fecb927 (patch)
treee2bf2980dd3f4979ba9829f0512ca9dd1d80df75
parentc2a368976dcd42640290a6ef30c5a4fc8a4a825d (diff)
downloadvcpkg-d7fb7b7736cd7cd67cedab31772c60430fecb927.tar.gz
vcpkg-d7fb7b7736cd7cd67cedab31772c60430fecb927.zip
[msmpi] Enable NoDebugBinaries policy. Resolves #728
-rw-r--r--ports/msmpi/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/msmpi/portfile.cmake b/ports/msmpi/portfile.cmake
index faf012396..7d79068d7 100644
--- a/ports/msmpi/portfile.cmake
+++ b/ports/msmpi/portfile.cmake
@@ -96,6 +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)
file(INSTALL
"${SOURCE_LIB_PATH}/${TRIPLET_SYSTEM_ARCH}/msmpi.lib"
"${SOURCE_LIB_PATH}/${TRIPLET_SYSTEM_ARCH}/msmpifec.lib"