summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 16:02:57 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 19:51:49 +0200
commit4a30ccbaf1c1beff6f61c3a909665d1ba3528ed5 (patch)
treeb10191d92cfa4d95f54f855ed373e1cab887b1c0 /examples
parent8740e7b9d95fa094215d2b88975a2bccc1bd51d5 (diff)
CMake: Bump almost all cmake_minimum_required calls to 3.16
Needed for subsequent change that will check and error out if the version is lower than 3.16. We do that to ensure all policies introduced by CMake up to version 3.16 have their behavior set to NEW. Task-number: QTBUG-95018 Change-Id: Iebd35ee1643c022a9358f51c76b7b52d1da9b5f1 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/httpserver/afterrequest/CMakeLists.txt2
-rw-r--r--examples/httpserver/simple/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/httpserver/afterrequest/CMakeLists.txt b/examples/httpserver/afterrequest/CMakeLists.txt
index 3d427f7..33ae16d 100644
--- a/examples/httpserver/afterrequest/CMakeLists.txt
+++ b/examples/httpserver/afterrequest/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from afterrequest.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(afterrequest LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/httpserver/simple/CMakeLists.txt b/examples/httpserver/simple/CMakeLists.txt
index 5562e9c..8a180f0 100644
--- a/examples/httpserver/simple/CMakeLists.txt
+++ b/examples/httpserver/simple/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from simple.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(simple LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)