mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 02:58:24 -05:00
6 lines
238 B
CMake
Executable File
6 lines
238 B
CMake
Executable File
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()
|