mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
[msmpi] Enable NoDebugBinaries policy. Resolves #728
This commit is contained in:
parent
c2a368976d
commit
d7fb7b7736
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user