Skip to content

Commit

Permalink
cmake policy CMP0077 NEW is implied by cmake_minimum_required range
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Dec 20, 2024
1 parent 1927b13 commit 9cfdc49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
cmake_minimum_required(VERSION 3.9...3.31)

if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()

option(BUILD_DEPS "Builds aws common runtime dependencies as part of build. Turn off if you want to control your dependency chain." ON)
option(BYO_CRYPTO "Don't build a tls implementation or link against a crypto interface. This feature is only for unix builds currently" OFF)
option(USE_OPENSSL "Set this if you want to use your system's OpenSSL 1.0.2/1.1.1 compatible libcrypto" OFF)
Expand Down
2 changes: 1 addition & 1 deletion crt/aws-c-cal
Submodule aws-c-cal updated 1 files
+1 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion crt/aws-c-common
Submodule aws-c-common updated 1 files
+0 −4 CMakeLists.txt

0 comments on commit 9cfdc49

Please sign in to comment.