From b30d8085329d5145af27265222e540458c8cae31 Mon Sep 17 00:00:00 2001 From: William McLendon Date: Thu, 28 Jan 2021 16:51:37 -0700 Subject: [PATCH] Framework: Update CMake minimum requirement to 3.17.x --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc36b98f2c6f..091c7743b8e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ # To be safe, define your minimum CMake version. This may be newer than the # min required by TriBITS. -CMAKE_MINIMUM_REQUIRED(VERSION 3.10.0 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 3.17.0 FATAL_ERROR) # Must set the project name as a variable at very beginning before including anything else # We set the project name in a separate file so CTest scripts can use it.