diff --git a/CMakeLists.txt b/CMakeLists.txt index 271f34763..6d378d244 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,11 +16,11 @@ # dwarfs. If not, see . # +cmake_minimum_required(VERSION 3.25.0) + project(dwarfs) include(ExternalProject) -cmake_minimum_required(VERSION 3.24.0) - include(CheckCXXSourceCompiles) option(WITH_TESTS "build with tests" OFF)