Преглед на файлове

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
morgonf преди 1 година
родител
ревизия
f0c6cd0bf8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -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)