diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-10-24 08:31:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-23 17:31:00 -0700 |
| commit | a97e32fa2de760252ec401f21d82d0cd3dd402c1 (patch) | |
| tree | 51e9f99d4f61bc3468b1870b2cf168289263b279 /ports/netcdf-c/mpi.patch | |
| parent | a3ed6c63900a5ff2f5622971682aa0a89873aa68 (diff) | |
| download | vcpkg-a97e32fa2de760252ec401f21d82d0cd3dd402c1.tar.gz vcpkg-a97e32fa2de760252ec401f21d82d0cd3dd402c1.zip | |
[netcdf-c/nvtt] Update to the latest version (#13674)
Diffstat (limited to 'ports/netcdf-c/mpi.patch')
| -rw-r--r-- | ports/netcdf-c/mpi.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ports/netcdf-c/mpi.patch b/ports/netcdf-c/mpi.patch deleted file mode 100644 index 64027e65c..000000000 --- a/ports/netcdf-c/mpi.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 101f97719..b070121b8 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1004,6 +1004,8 @@ IF(ENABLE_PARALLEL4 AND ENABLE_NETCDF_4)
- IF(MSVC)
- FIND_PACKAGE(MPI REQUIRED)
- INCLUDE_DIRECTORIES(${MPI_C_INCLUDE_PATH})
-+ list(APPEND CMAKE_REQUIRED_LIBRARIES MPI::MPI_C)
-+ list(APPEND EXTRA_DEPS MPI::MPI_C)
- ENDIF()
- SET(HDF5_PARALLEL ON CACHE BOOL "")
- SET(USE_PARALLEL ON CACHE BOOL "")
-
|
