Skip to content

Commit 8c1969b

Browse files
waahm7graebm
andauthored
Update CMake to 3.9 (#458)
Co-authored-by: Michael Graeb <graebm@amazon.com>
1 parent c2784aa commit 8c1969b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11

2-
cmake_minimum_required(VERSION 3.1)
2+
cmake_minimum_required(VERSION 3.9)
33
project(aws-c-s3 C)
44

5-
if (POLICY CMP0069)
6-
cmake_policy(SET CMP0069 NEW) # Enable LTO/IPO if available in the compiler, see AwsCFlags
7-
endif()
8-
95
option(ASSERT_LOCK_HELD "Enable ASSERT_SYNCED_DATA_LOCK_HELD for checking thread issue" OFF)
106
option(ENABLE_MOCK_SERVER_TESTS "Whether to run the integration tests that rely on pre-configured mock server" OFF)
117
option(ENABLE_MRAP_TESTS "Whether to run the integration tests that rely on pre-configured multi-region access point" OFF)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This library is licensed under the Apache 2.0 License.
2323

2424
### Building
2525

26-
CMake 3.1+ is required to build.
26+
CMake 3.9+ is required to build.
2727

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

0 commit comments

Comments
 (0)