mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
Bump minimum CMake version to 3.10
This commit is contained in:
parent
477df7f6c1
commit
e927db7979
@ -1,8 +1,5 @@
|
||||
# Use at least CMake 3.3
|
||||
cmake_minimum_required (VERSION 3.3.0)
|
||||
cmake_policy(VERSION 3.2.2)
|
||||
cmake_policy(SET CMP0054 NEW)
|
||||
cmake_policy(SET CMP0057 NEW)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
cmake_policy(VERSION 3.10)
|
||||
|
||||
# Set up the project
|
||||
project (civetweb VERSION 1.16.0)
|
||||
|
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.5.1)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(linux_ws_server)
|
||||
|
||||
set(TARGET_NAME ${PROJECT_NAME})
|
||||
|
Loading…
x
Reference in New Issue
Block a user