Kaynağa Gözat

Merge pull request #1264 from morgonf/master

Add VERSION option to the project() command
bel2125 1 yıl önce
ebeveyn
işleme
68cca2f23c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

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