File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- cmake_minimum_required (VERSION 3.1 )
2+ cmake_minimum_required (VERSION 3.9 )
33project (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-
95option (ASSERT_LOCK_HELD "Enable ASSERT_SYNCED_DATA_LOCK_HELD for checking thread issue" OFF )
106option (ENABLE_MOCK_SERVER_TESTS "Whether to run the integration tests that rely on pre-configured mock server" OFF )
117option (ENABLE_MRAP_TESTS "Whether to run the integration tests that rely on pre-configured multi-region access point" OFF )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments