1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Remember to set the version.

This commit is contained in:
Joakim Soderberg 2014-01-13 13:02:31 +01:00
parent 53815d769b
commit 48ceeca82f

View file

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