diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2019-07-03 10:10:18 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-07-04 16:08:34 +0200 |
commit | 24af712931cdc2138553534b1a0c3c81120604d6 (patch) | |
tree | d1e311819c9a568a16757e6c525d58fec3e4fb31 /libssh.pc.cmake | |
parent | 519074f13e86667e17e17cd56893eb1e44307745 (diff) | |
download | libssh-24af712931cdc2138553534b1a0c3c81120604d6.tar.gz libssh-24af712931cdc2138553534b1a0c3c81120604d6.tar.xz libssh-24af712931cdc2138553534b1a0c3c81120604d6.zip |
cmake: Use GNUInstallDirs for installation
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Diffstat (limited to 'libssh.pc.cmake')
-rw-r--r-- | libssh.pc.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh.pc.cmake b/libssh.pc.cmake index 48fbf7ff..b37cb3fc 100644 --- a/libssh.pc.cmake +++ b/libssh.pc.cmake @@ -1,6 +1,6 @@ Name: ${PROJECT_NAME} Description: The SSH Library Version: ${PROJECT_VERSION} -Libs: -L${LIB_INSTALL_DIR} -lssh -Cflags: -I${INCLUDE_INSTALL_DIR} +Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -lssh +Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR} |