summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-09-07 13:25:39 (GMT)
committerGitHub <noreply@github.com>2021-09-07 13:25:39 (GMT)
commit163d40dd4255cf5623b3b8a6dc83ffbd8926bb1f (patch)
tree2a1b7bdc53e97f80580570400b71b036cd1cc064 /config/cmake
parent216f5ba65e21cef46ce23060fb57cc9f1706f22a (diff)
downloadhdf5-163d40dd4255cf5623b3b8a6dc83ffbd8926bb1f.zip
hdf5-163d40dd4255cf5623b3b8a6dc83ffbd8926bb1f.tar.gz
hdf5-163d40dd4255cf5623b3b8a6dc83ffbd8926bb1f.tar.bz2
Correction of pkg-config compile script. (#974)
* Correction of pkg-config compile script. * Reword note.
Diffstat (limited to 'config/cmake')
-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@`