summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-16 17:57:17 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-16 18:18:00 (GMT)
commit4556640855515b287dd8a5a0f7fb1a85218267a8 (patch)
tree8c862880b22945cbd31a1534f984eca746d5a4ac /Tests
parent4d08e6b6dd21658bdcdc4dc1cd2a2b03d377d531 (diff)
downloadCMake-4556640855515b287dd8a5a0f7fb1a85218267a8.zip
CMake-4556640855515b287dd8a5a0f7fb1a85218267a8.tar.gz
CMake-4556640855515b287dd8a5a0f7fb1a85218267a8.tar.bz2
Tests/QtAutogen: Require CMake 3.1 to set policies everywhere
We want CMP0020 set in the autorcc_depends test. Also the test should now only run when we can support per-config source files.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/QtAutogen/CMakeLists.txt2
-rw-r--r--Tests/QtAutogen/autorcc_depends/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogen/CMakeLists.txt b/Tests/QtAutogen/CMakeLists.txt
index 0dc98e3..87ade2c 100644
--- a/Tests/QtAutogen/CMakeLists.txt
+++ b/Tests/QtAutogen/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.11)
+cmake_minimum_required(VERSION 3.1)
project(QtAutogen)
diff --git a/Tests/QtAutogen/autorcc_depends/CMakeLists.txt b/Tests/QtAutogen/autorcc_depends/CMakeLists.txt
index afd95bc..0ba86cf 100644
--- a/Tests/QtAutogen/autorcc_depends/CMakeLists.txt
+++ b/Tests/QtAutogen/autorcc_depends/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
project(autorcc_depends)
set(CMAKE_AUTORCC ON)