diff --git a/CMakeLists.txt b/CMakeLists.txt index bac9695756ec3216a33ee884c6e6a17d61d722cc..3a575a7aadb58ae811a97b5283d9b3ab2b2f2de0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() #----------------------------------------------------------------------- # - Define CMake requirements and override make rules as needed # -cmake_minimum_required(VERSION 3.8 FATAL_ERROR) +cmake_minimum_required(VERSION 3.8...3.27 FATAL_ERROR) # - Any policy requirements should go here