aboutsummaryrefslogtreecommitdiff
path: root/libssh.pc.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-08-13 12:11:03 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-08-13 13:44:58 +0200
commit8ef35a005cab38297e524532079727cf41b3365e (patch)
tree501006d462669de86228e5844f06c9bfd8c82432 /libssh.pc.cmake
parent8425dce7b27d9e6868735b7ca6dc4e50094af9fa (diff)
downloadlibssh-8ef35a005cab38297e524532079727cf41b3365e.tar.gz
libssh-8ef35a005cab38297e524532079727cf41b3365e.tar.xz
libssh-8ef35a005cab38297e524532079727cf41b3365e.zip
cmake: Fix pkg-config file
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'libssh.pc.cmake')
-rw-r--r--libssh.pc.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh.pc.cmake b/libssh.pc.cmake
index 3b1cb8dc..48fbf7ff 100644
--- a/libssh.pc.cmake
+++ b/libssh.pc.cmake
@@ -1,6 +1,6 @@
-Name: ${APPLICATION_NAME}
+Name: ${PROJECT_NAME}
Description: The SSH Library
-Version: ${APPLICATION_VERSION}
+Version: ${PROJECT_VERSION}
Libs: -L${LIB_INSTALL_DIR} -lssh
Cflags: -I${INCLUDE_INSTALL_DIR}