diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-04-04 20:57:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-04-05 13:53:07 (GMT) |
commit | f6b4db365a5e5723029c06357e81aa6c93ba1f76 (patch) | |
tree | d6f5dff9b8a3036cc8ec6b9221c3d7bbf1dde6be /Tests/LoadCommandOneConfig | |
parent | 20e90c08e3b1fa60b69442d384bcc236ff6f8a21 (diff) | |
download | CMake-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/LoadCommandOneConfig')
-rw-r--r-- | Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt | 2 | ||||
-rw-r--r-- | Tests/LoadCommandOneConfig/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt index 5ee2ed0..dc029a4 100644 --- a/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt +++ b/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.6) +cmake_minimum_required (VERSION 2.8.12) project(CMAKE_LOADED_COMMANDS) if (MUDSLIDE_TYPE MATCHES MUCHO) diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt index 65de042..fef4bb7 100644 --- a/Tests/LoadCommandOneConfig/CMakeLists.txt +++ b/Tests/LoadCommandOneConfig/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.6) +cmake_minimum_required (VERSION 2.8.12) project(LoadCommand) # set a definition |