diff --git a/CMakeLists.txt b/CMakeLists.txt index 35aaf3cd..5aed8433 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Cmake config largely taken from catch2 -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.5..3.31) if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.24) cmake_policy(SET CMP0135 NEW)