diff options
author | Brad King <brad.king@kitware.com> | 2021-06-30 13:42:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-30 14:13:56 (GMT) |
commit | 2c209097b9c29aae4ed2bd414e5c48fe6f4e148e (patch) | |
tree | 5921d094bbebf43977f28a9da2d13559e17e180e /CMakeLists.txt | |
parent | 83a3db56317bf0ef3b41c4fc437a6a31d36c8b73 (diff) | |
download | CMake-2c209097b9c29aae4ed2bd414e5c48fe6f4e148e.zip CMake-2c209097b9c29aae4ed2bd414e5c48fe6f4e148e.tar.gz CMake-2c209097b9c29aae4ed2bd414e5c48fe6f4e148e.tar.bz2 |
Configure CMake itself with policies through CMake 3.20
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 6016cd6..1261eb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. -cmake_minimum_required(VERSION 3.1...3.19 FATAL_ERROR) +cmake_minimum_required(VERSION 3.1...3.20 FATAL_ERROR) set(CMAKE_USER_MAKE_RULES_OVERRIDE_C ${CMAKE_CURRENT_SOURCE_DIR}/Source/Modules/OverrideC.cmake) set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/Source/Modules/OverrideCXX.cmake) project(CMake) |