diff options
author | Brad King <brad.king@kitware.com> | 2016-09-15 09:23:39 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-15 09:24:25 -0400 |
commit | ae783c9ba92f42ec252085e407c0b7e5d00aa59a (patch) | |
tree | 1cfe51e7d2153cb6e8872efc3e116a8c799a38f1 /CMakeLists.txt | |
parent | 010140311a0aa9336b7e2a2d22c177d445ee1c32 (diff) | |
download | cmake-ae783c9ba92f42ec252085e407c0b7e5d00aa59a.tar.gz |
Require CMake 2.8.12.2 to build CMake itself
This will enable use of features such as ALIAS targets within CMake's
own build.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ef2ca22e2..c8bd063dd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the License for more information. #============================================================================= -cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.12.2 FATAL_ERROR) if(POLICY CMP0025) cmake_policy(SET CMP0025 NEW) endif() |