summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-09-18 03:49:21 (GMT)
committerGitHub <noreply@github.com>2021-09-18 03:49:21 (GMT)
commite76239586988e46f527593138e1ccfd5575ee978 (patch)
treefc275982bfcd743279cddd50a95cd3c8b90b075d
parentd3b7b504d7d4933ec74ba6d4a4a7d4bbe6765b4c (diff)
downloadhdf5-e76239586988e46f527593138e1ccfd5575ee978.zip
hdf5-e76239586988e46f527593138e1ccfd5575ee978.tar.gz
hdf5-e76239586988e46f527593138e1ccfd5575ee978.tar.bz2
Merge Correction of pkg-config compile script #974 (#1026)
-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@`