diff --git a/CMakeLists.txt b/CMakeLists.txt index 850088379161..535767f04195 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.17.0 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 3.23.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.