aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mpi/portfile.cmake
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/mpi/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/mpi/portfile.cmake')
-rw-r--r--vcpkg/ports/mpi/portfile.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/mpi/portfile.cmake b/vcpkg/ports/mpi/portfile.cmake
new file mode 100644
index 0000000..41000ce
--- /dev/null
+++ b/vcpkg/ports/mpi/portfile.cmake
@@ -0,0 +1,7 @@
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
+
+if (VCPKG_TARGET_IS_WINDOWS)
+ file(INSTALL "${CURRENT_INSTALLED_DIR}/share/msmpi/mpi-wrapper.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME vcpkg-cmake-wrapper.cmake)
+else()
+ file(INSTALL "${CURRENT_INSTALLED_DIR}/share/openmpi/mpi-wrapper.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME vcpkg-cmake-wrapper.cmake)
+endif()