Skip to content

Commit

Permalink
Update required CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Aug 19, 2024
1 parent 270be73 commit 051cc88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0.
cmake_minimum_required (VERSION 3.1)
cmake_minimum_required (VERSION 3.13)
project (aws-c-event-stream C)

if (DEFINED CMAKE_PREFIX_PATH)
Expand Down Expand Up @@ -58,7 +58,6 @@ file(GLOB EVENT_STREAM_SRC
${AWS_EVENT_STREAM_SRC}
)

aws_set_common_policies()
add_library(${PROJECT_NAME} ${EVENT_STREAM_SRC})
aws_set_common_properties(${PROJECT_NAME})
aws_add_sanitizers(${PROJECT_NAME})
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This library is licensed under the Apache 2.0 License.

### Building

CMake 3.1+ is required to build.
CMake 3.13+ is required to build.

`<install-path>` must be an absolute path in the following instructions.

Expand Down

0 comments on commit 051cc88

Please sign in to comment.