Skip to content

Commit

Permalink
Fix install again
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Nov 9, 2023
1 parent 3508231 commit a7b3bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ install (

install (
FILES ${CMAKE_CURRENT_BINARY_DIR}/hpcombi.pc
DESTINATION pkg-config)
DESTINATION lib/pkgconfig)

#################
# Packing stuff
Expand Down
2 changes: 1 addition & 1 deletion hpcombi.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Description: @DESCRIPTION@
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
Requires:
Libs: -L@CMAKE_INSTALL_PREFIX@/lib
Cflags: -I@CMAKE_INSTALL_PREIFX@/include
Cflags: -I@CMAKE_INSTALL_PREFIX@/include

0 comments on commit a7b3bd2

Please sign in to comment.