1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

cmake: Set the PACKAGE_VERSION correctly

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-13 08:45:04 +02:00
parent 4f0f1a9160
commit 15ab612592

View File

@ -1,4 +1,4 @@
set(PACKAGE_VERSION @APPLICATION_VERSION@)
set(PACKAGE_VERSION @PROJECT_VERSION@)
# Check whether the requested PACKAGE_FIND_VERSION is compatible
if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")