summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJohn W. Parent <45471568+johnwparent@users.noreply.github.com>2023-03-31 20:52:36 -0400
committerGitHub <noreply@github.com>2023-03-31 20:52:36 -0400
commit11758312032644f84a62ef830049a5e687a5b8e9 (patch)
treec940205b20c52f526a15023a626e3f3e4f9609c4 /var
parent210b2e8caa346719b1a73727c8bf49405f098bfe (diff)
downloadspack-11758312032644f84a62ef830049a5e687a5b8e9.tar.gz
spack-11758312032644f84a62ef830049a5e687a5b8e9.tar.bz2
spack-11758312032644f84a62ef830049a5e687a5b8e9.tar.xz
spack-11758312032644f84a62ef830049a5e687a5b8e9.zip
netcdf-c package: fix patch applied on Windows (#36581)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/netcdf-c/netcdfc-mpi-win-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/netcdf-c/netcdfc-mpi-win-support.patch b/var/spack/repos/builtin/packages/netcdf-c/netcdfc-mpi-win-support.patch
index c873af1daa..7075e39dfb 100644
--- a/var/spack/repos/builtin/packages/netcdf-c/netcdfc-mpi-win-support.patch
+++ b/var/spack/repos/builtin/packages/netcdf-c/netcdfc-mpi-win-support.patch
@@ -26,7 +26,7 @@ index e3eddc0f..0493cb9d 100644
IF(MPI_C_INCLUDE_PATH)
target_include_directories(netcdf PUBLIC ${MPI_C_INCLUDE_PATH})
-+ target_link_libraries(netcdf PUBLIC MPI::MPI_C)
++ target_link_libraries(netcdf MPI::MPI_C)
ENDIF(MPI_C_INCLUDE_PATH)
IF(MOD_NETCDF_NAME)