diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-02-17 22:17:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 22:17:17 (GMT) |
commit | 32a54c0e2e836a9d7818cf6adfd4f0259ae2cb59 (patch) | |
tree | 9df84ff3b92725a14879e4e0ed93986ac2071ab0 /config/libhdf5.fpc.in | |
parent | 0cc028a36c47b3ba75db3a15e5196f08e8094c72 (diff) | |
download | hdf5-32a54c0e2e836a9d7818cf6adfd4f0259ae2cb59.zip hdf5-32a54c0e2e836a9d7818cf6adfd4f0259ae2cb59.tar.gz hdf5-32a54c0e2e836a9d7818cf6adfd4f0259ae2cb59.tar.bz2 |
CMake generated pkg-config file is incorrect #2259 (#2476)
* CMake generated pkg-config file is incorrect #2259
* Fix fortran pc template
* hdf5.pc is incorrect for debug builds #1546
* Correct pkg name and lib name
* Fix typo
* Fix missing space
Diffstat (limited to 'config/libhdf5.fpc.in')
-rw-r--r-- | config/libhdf5.fpc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libhdf5.fpc.in b/config/libhdf5.fpc.in index c28c2f9..d4ac615 100644 --- a/config/libhdf5.fpc.in +++ b/config/libhdf5.fpc.in @@ -12,5 +12,5 @@ Cflags: -I${includedir} Fflags: -I${moddir} Libs: -L${libdir} @_PKG_CONFIG_SH_LIBS@ Requires: @_PKG_CONFIG_REQUIRES@ -Libs.private: @_PKG_CONFIG_LIBS_PRIVATE@ @_PKG_CONFIG_LIBS@ +Libs.private: @_PKG_CONFIG_LIBS@ @_PKG_CONFIG_LIBS_PRIVATE@ Requires.private: @_PKG_CONFIG_REQUIRES_PRIVATE@ |