diff options
-rw-r--r-- | config.tests/gypsy/CMakeLists.txt | 2 | ||||
-rw-r--r-- | config.tests/winrt/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tests/auto/cmake/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config.tests/gypsy/CMakeLists.txt b/config.tests/gypsy/CMakeLists.txt index 48cc2fb7..f9a873a5 100644 --- a/config.tests/gypsy/CMakeLists.txt +++ b/config.tests/gypsy/CMakeLists.txt @@ -1,6 +1,6 @@ # Generated from gypsy.pro. -cmake_minimum_required(VERSION 3.14.0) +cmake_minimum_required(VERSION 3.16) project(config_test_gypsy LANGUAGES C CXX) foreach(p ${QT_CONFIG_COMPILE_TEST_PACKAGES}) diff --git a/config.tests/winrt/CMakeLists.txt b/config.tests/winrt/CMakeLists.txt index b6a9fb97..ab7567b1 100644 --- a/config.tests/winrt/CMakeLists.txt +++ b/config.tests/winrt/CMakeLists.txt @@ -1,6 +1,6 @@ # Generated from winrt.pro. -cmake_minimum_required(VERSION 3.14.0) +cmake_minimum_required(VERSION 3.16) project(config_test_winrt LANGUAGES C CXX) foreach(p ${QT_CONFIG_COMPILE_TEST_PACKAGES}) diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt index 8430084d..15d99d47 100644 --- a/tests/auto/cmake/CMakeLists.txt +++ b/tests/auto/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.16) project(qmake_cmake_files) |