Skip to content

Commit 3790bf3

Browse files
authored
Merge pull request #180 from saraedum/cmake350
Relax cmake version requirements
2 parents 96deaa3 + 50b3e2d commit 3790bf3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# found in the top-level directory of this distribution.
44

5-
cmake_minimum_required(VERSION 4.0)
5+
cmake_minimum_required(VERSION 3.5)
66
project(cppast VERSION 0.1.0)
77

88
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)

external/tpl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 4.0)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(tiny-process-library)
44

0 commit comments

Comments
 (0)