File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 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 )
22project (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-
84option (ENABLE_PROXY_INTEGRATION_TESTS "Whether to run the proxy integration tests that rely on pre-configured proxy" OFF )
95option (ENABLE_LOCALHOST_INTEGRATION_TESTS "Whether to run the integration tests that rely on pre-configured localhost" OFF )
106
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments