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 b1fec25 commit f3f6cd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 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.

cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.13)
project(aws-c-sdkutils LANGUAGES C VERSION 0.1.0)

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

aws_set_common_policies()
add_library(${PROJECT_NAME} ${SDKUTILS_SRC})
aws_set_common_properties(${PROJECT_NAME} NO_WEXTRA)
aws_prepare_symbol_visibility_args(${PROJECT_NAME} "AWS_SDKUTILS")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This library is licensed under the Apache 2.0 License.

### Building

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

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

Expand All @@ -26,4 +26,4 @@ cmake --build aws-c-common/build --target install
git clone [email protected]:awslabs/aws-c-sdkutils.git
cmake -S aws-c-sdkutils -B aws-c-sdkutils/build -DCMAKE_INSTALL_PREFIX=<install-path> -DCMAKE_PREFIX_PATH=<install-path>
cmake --build aws-c-sdkutils/build --target install
```
```

0 comments on commit f3f6cd1

Please sign in to comment.