File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.1 )
1
+ cmake_minimum_required (VERSION 3.9 )
2
2
project (aws-c-http C)
3
3
4
- if (POLICY CMP0069)
5
- cmake_policy (SET CMP0069 NEW) # Enable LTO/IPO if available in the compiler, see AwsCFlags
6
- endif ()
7
-
8
4
option (ENABLE_PROXY_INTEGRATION_TESTS "Whether to run the proxy integration tests that rely on pre-configured proxy" OFF )
9
5
option (ENABLE_LOCALHOST_INTEGRATION_TESTS "Whether to run the integration tests that rely on pre-configured localhost" OFF )
10
6
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This library is licensed under the Apache 2.0 License.
10
10
11
11
### Building
12
12
13
- CMake 3.1 + is required to build.
13
+ CMake 3.9 + is required to build.
14
14
15
15
` <install-path> ` must be an absolute path in the following instructions.
16
16
You can’t perform that action at this time.
0 commit comments