Skip to content

Commit

Permalink
Use prefix for pkgconfig
Browse files Browse the repository at this point in the history
Co-authored-by: Stephan Lachnit <[email protected]>
  • Loading branch information
simonspa and stephanlachnit authored Nov 6, 2024
1 parent a7c18b7 commit 26df1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/pkg-config.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Name: ${PROJECT_NAME}
Description: ${PROJECT_DESCRIPTION}
Version: ${PROJECT_VERSION}
prefix=${CMAKE_INSTALL_PREFIX}
includedir=${PKG_CONFIG_INCLUDEDIR}
libdir=${PKG_CONFIG_LIBDIR}
includedir=${prefix}/${CMAKE_INSTALL_INCLUDEDIR}
libdir=${prefix}/${CMAKE_INSTALL_LIBDIR}
Libs: ${PKG_CONFIG_LIBS}
Cflags: ${PKG_CONFIG_CFLAGS}

0 comments on commit 26df1dc

Please sign in to comment.