summaryrefslogtreecommitdiff
path: root/Tests/CTestTestStopTime
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2021-04-04 22:57:58 +0200
committerBrad King <brad.king@kitware.com>2021-04-05 09:53:07 -0400
commitf6b4db365a5e5723029c06357e81aa6c93ba1f76 (patch)
treed6f5dff9b8a3036cc8ec6b9221c3d7bbf1dde6be /Tests/CTestTestStopTime
parent20e90c08e3b1fa60b69442d384bcc236ff6f8a21 (diff)
downloadcmake-f6b4db365a5e5723029c06357e81aa6c93ba1f76.tar.gz
Tests: bump cmake_minimum_required version to 2.8.12
This needlessly produces warnings during the test runs that no-one sees but that are distracting when actually inspecting the logs.
Diffstat (limited to 'Tests/CTestTestStopTime')
-rw-r--r--Tests/CTestTestStopTime/CMakeLists.txt2
-rw-r--r--Tests/CTestTestStopTime/test.cmake.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CTestTestStopTime/CMakeLists.txt b/Tests/CTestTestStopTime/CMakeLists.txt
index bd8bebdda9..08116e25b9 100644
--- a/Tests/CTestTestStopTime/CMakeLists.txt
+++ b/Tests/CTestTestStopTime/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 2.8.12)
project(CTestTestStopTime)
include(CTest)
diff --git a/Tests/CTestTestStopTime/test.cmake.in b/Tests/CTestTestStopTime/test.cmake.in
index d3a9a4a920..3797d40eda 100644
--- a/Tests/CTestTestStopTime/test.cmake.in
+++ b/Tests/CTestTestStopTime/test.cmake.in
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.4)
+cmake_minimum_required(VERSION 2.8.12)
# Settings:
set(CTEST_DASHBOARD_ROOT "@CMake_BINARY_DIR@/Tests/CTestTest")