Skip to content

Commit

Permalink
Bump minimum CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Mar 3, 2025
1 parent 4ddcbb0 commit ee75fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lc-sys/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0 OR ISC

cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.9...3.31)

project(AWS_LC_RUST NONE)
enable_language(C)
Expand Down

0 comments on commit ee75fbd

Please sign in to comment.