We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96deaa3 + 50b3e2d commit 3790bf3Copy full SHA for 3790bf3
2 files changed
CMakeLists.txt
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: MIT
3
# found in the top-level directory of this distribution.
4
5
-cmake_minimum_required(VERSION 4.0)
+cmake_minimum_required(VERSION 3.5)
6
project(cppast VERSION 0.1.0)
7
8
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
external/tpl/CMakeLists.txt
@@ -1,4 +1,4 @@
1
project(tiny-process-library)
0 commit comments