Skip to content

Commit 1848b2e

Browse files
authored
Cmake modules (#621)
1 parent f2f9b6c commit 1848b2e

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

crt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0.
3-
cmake_minimum_required(VERSION 3.9)
3+
cmake_minimum_required(VERSION 3.9...3.31)
44

55
# This CMakeLists.txt exists so we can build all the C libraries we depend on
66
# simultaneously. This is much faster than building dependencies one at a time.

0 commit comments

Comments
 (0)