diff --git a/CMakeLists.txt b/CMakeLists.txt index 38c35b3c..879aaeaa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT # found in the top-level directory of this distribution. -cmake_minimum_required(VERSION 4.0) +cmake_minimum_required(VERSION 3.5) project(cppast VERSION 0.1.0) if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) diff --git a/external/tpl/CMakeLists.txt b/external/tpl/CMakeLists.txt index 4f31d3e2..5b3e2393 100644 --- a/external/tpl/CMakeLists.txt +++ b/external/tpl/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 4.0) +cmake_minimum_required(VERSION 3.5) project(tiny-process-library)