]> git.feebdaed.xyz Git - 0xmirror/civetweb.git/commitdiff
Update CMakeLists.txt
authormorgonf <96179229+morgonf@users.noreply.github.com>
Tue, 11 Jun 2024 13:36:24 +0000 (16:36 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 13:36:24 +0000 (16:36 +0300)
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

CMakeLists.txt

index 44cebaecd7725ace1259cf32392af11ad62498c0..172b1ed571a5735b41d3bf3dbec603fb7888d428 100644 (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)