Skip to content

Commit 74b3a0d

Browse files
waahm7graebm
andauthored
Update CMake to 3.9 (#489)
Co-authored-by: Michael Graeb <[email protected]>
1 parent ffa6805 commit 74b3a0d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CMakeLists.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.9)
22
project(aws-c-http C)
33

4-
if (POLICY CMP0069)
5-
cmake_policy(SET CMP0069 NEW) # Enable LTO/IPO if available in the compiler, see AwsCFlags
6-
endif()
7-
84
option(ENABLE_PROXY_INTEGRATION_TESTS "Whether to run the proxy integration tests that rely on pre-configured proxy" OFF)
95
option(ENABLE_LOCALHOST_INTEGRATION_TESTS "Whether to run the integration tests that rely on pre-configured localhost" OFF)
106

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This library is licensed under the Apache 2.0 License.
1010

1111
### Building
1212

13-
CMake 3.1+ is required to build.
13+
CMake 3.9+ is required to build.
1414

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

0 commit comments

Comments
 (0)