summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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)