yuzu/externals/vcpkg/ports/mpi/portfile.cmake

6 lines
238 B
CMake
Raw Normal View History

2022-07-23 05:01:36 +04:00
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)
endif()