summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponents
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2021-04-04 20:57:58 (GMT)
committerBrad King <brad.king@kitware.com>2021-04-05 13:53:07 (GMT)
commitf6b4db365a5e5723029c06357e81aa6c93ba1f76 (patch)
treed6f5dff9b8a3036cc8ec6b9221c3d7bbf1dde6be /Tests/CPackComponents
parent20e90c08e3b1fa60b69442d384bcc236ff6f8a21 (diff)
downloadCMake-f6b4db365a5e5723029c06357e81aa6c93ba1f76.zip
CMake-f6b4db365a5e5723029c06357e81aa6c93ba1f76.tar.gz
CMake-f6b4db365a5e5723029c06357e81aa6c93ba1f76.tar.bz2
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/CPackComponents')
-rw-r--r--Tests/CPackComponents/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackComponents/CMakeLists.txt b/Tests/CPackComponents/CMakeLists.txt
index 5b03c9e..c1b348e 100644
--- a/Tests/CPackComponents/CMakeLists.txt
+++ b/Tests/CPackComponents/CMakeLists.txt
@@ -4,7 +4,7 @@
# application (mylibapp). We create a binary installer that allows
# users to select which pieces will be installed: the example
# application, the library binaries, and/or the header file.
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 2.8.12)
project(CPackComponents)
# Create the mylib library