summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-09-18 03:49:42 (GMT)
committerGitHub <noreply@github.com>2021-09-18 03:49:42 (GMT)
commita6d55be7d686ea0fa6fccb6523b1a8d45d3903d1 (patch)
tree7c78cda285da01761ea5901e38e61215a74fa2ac
parentc9c85080e9c9ba2f98cd7bf0ca69775529e280e4 (diff)
downloadhdf5-a6d55be7d686ea0fa6fccb6523b1a8d45d3903d1.zip
hdf5-a6d55be7d686ea0fa6fccb6523b1a8d45d3903d1.tar.gz
hdf5-a6d55be7d686ea0fa6fccb6523b1a8d45d3903d1.tar.bz2
Merge Correction of pkg-config compile script #974 (#1025)
-rw-r--r--config/cmake/libh5cc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/libh5cc.in b/config/cmake/libh5cc.in
index c98d9ca..ecdd13e 100644
--- a/config/cmake/libh5cc.in
+++ b/config/cmake/libh5cc.in
@@ -29,4 +29,4 @@ printf 'dir is %s\n' "$dir"
export PKG_CONFIG_PATH=$dir/lib/pkgconfig
-@_PKG_CONFIG_COMPILER@ `pkg-config --define-variable=prefix=$dir --cflags --libs @_PKG_CONFIG_LIBNAME@` $@
+@_PKG_CONFIG_COMPILER@ $@ `pkg-config --define-variable=prefix=$dir --cflags --libs @_PKG_CONFIG_LIBNAME@`