Skip to content

Commit 6276e52

Browse files
chenrui333kkysen
authored andcommitted
build: support cmake 4.0
Signed-off-by: Rui Chen <[email protected]>
1 parent 7578965 commit 6276e52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c2rust-ast-exporter/src/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 3.4.3)
1+
cmake_minimum_required(VERSION 3.5)
22
project(ASTExporter)
33

44
#################################################

examples/json-c/repo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Licensed under the MIT license. See LICENSE file in the project root for full license information.
22

3-
cmake_minimum_required(VERSION 2.8.7)
3+
cmake_minimum_required(VERSION 3.5)
44
cmake_policy(SET CMP0048 NEW)
55
project(json-c VERSION 0.13.1)
66

0 commit comments

Comments
 (0)