diff --git a/CMakeLists.txt b/CMakeLists.txt index aa2037f4f..7f1f5b2f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if (NOT TRIBITS_PROCESSING_PACKAGE) # This CMakeLists.txt file is being processed as the TriBITS projects's base # CMakeLists.txt file! (See comments at bottom of this file.) - cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) + cmake_minimum_required(VERSION 3.23.0 FATAL_ERROR) include("${CMAKE_CURRENT_SOURCE_DIR}/ProjectName.cmake") project(${PROJECT_NAME} NONE) set(${PROJECT_NAME}_TRIBITS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/tribits" CACHE PATH "")