Update CMakeLists.txt

To correctly fill in the keyword fields "Version" in the pkg-config files section, you must specify the value of the "VERSION" option when calling the project() command
This commit is contained in:
morgonf 2024-06-11 16:36:24 +03:00 committed by GitHub
parent cd12e47374
commit f0c6cd0bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ cmake_policy(SET CMP0054 NEW)
cmake_policy(SET CMP0057 NEW)
# Set up the project
project (civetweb)
project (civetweb VERSION 1.16.0)
# Detect the platform reliably
if(ZEPHYR_BASE)