From fa04f8a66e98f72745abaa480f228a09668744fb Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Thu, 17 Oct 2024 15:12:48 -0700 Subject: [PATCH] update cmake --- crt/aws-c-auth | 2 +- crt/aws-c-cal | 2 +- crt/aws-c-common | 2 +- crt/aws-c-compression | 2 +- crt/aws-c-http | 2 +- crt/aws-c-io | 2 +- crt/aws-c-sdkutils | 2 +- crt/aws-checksums | 2 +- crt/aws-lc | 2 +- crt/s2n | 2 +- native/CMakeLists.txt | 10 +--------- 11 files changed, 11 insertions(+), 19 deletions(-) diff --git a/crt/aws-c-auth b/crt/aws-c-auth index 53a31ba..48d647b 160000 --- a/crt/aws-c-auth +++ b/crt/aws-c-auth @@ -1 +1 @@ -Subproject commit 53a31bacf2918e848e00b052d2e25cba0be069d9 +Subproject commit 48d647bf43f8872e4dc5ec6343b0c5974195fbdd diff --git a/crt/aws-c-cal b/crt/aws-c-cal index 96c47e3..fdaef2d 160000 --- a/crt/aws-c-cal +++ b/crt/aws-c-cal @@ -1 +1 @@ -Subproject commit 96c47e339d030d1fa4eaca201be948bc4442510d +Subproject commit fdaef2ddfb4cd5850231d9bd9d6e34e91b41c943 diff --git a/crt/aws-c-common b/crt/aws-c-common index 4f874ce..d223f60 160000 --- a/crt/aws-c-common +++ b/crt/aws-c-common @@ -1 +1 @@ -Subproject commit 4f874cea50a70bc6ebcd85c6ce1c6c0016b5aff4 +Subproject commit d223f6009ce979637d3c9e7d2f5f02af08497cc0 diff --git a/crt/aws-c-compression b/crt/aws-c-compression index ea1d421..ff21201 160000 --- a/crt/aws-c-compression +++ b/crt/aws-c-compression @@ -1 +1 @@ -Subproject commit ea1d421a421ad83a540309a94c38d50b6a5d836b +Subproject commit ff21201842dee4a30563c424f5f753bbef3f648e diff --git a/crt/aws-c-http b/crt/aws-c-http index d83f8d7..6068653 160000 --- a/crt/aws-c-http +++ b/crt/aws-c-http @@ -1 +1 @@ -Subproject commit d83f8d70143ddce5ab4e479175fbd44ba994211b +Subproject commit 6068653e1d582bd8e7d1c9f81f86beaf10444e3d diff --git a/crt/aws-c-io b/crt/aws-c-io index 878b4fa..b4680a6 160000 --- a/crt/aws-c-io +++ b/crt/aws-c-io @@ -1 +1 @@ -Subproject commit 878b4fa027bda4041493f06e0562d5e98bb3deb8 +Subproject commit b4680a684e46d74fb89c9309cccf0c4b4332189d diff --git a/crt/aws-c-sdkutils b/crt/aws-c-sdkutils index 8c7af71..4658412 160000 --- a/crt/aws-c-sdkutils +++ b/crt/aws-c-sdkutils @@ -1 +1 @@ -Subproject commit 8c7af71f91ed5b9d2a043d51f120495f43723f80 +Subproject commit 4658412a61ad5749db92a8d1e0717cb5e76ada1c diff --git a/crt/aws-checksums b/crt/aws-checksums index aac442a..38c5d44 160000 --- a/crt/aws-checksums +++ b/crt/aws-checksums @@ -1 +1 @@ -Subproject commit aac442a2dbbb5e72d0a3eca8313cf65e7e1cac2f +Subproject commit 38c5d44237413b241ae648e3becd47568e598061 diff --git a/crt/aws-lc b/crt/aws-lc index 4e54dd8..8ffe277 160000 --- a/crt/aws-lc +++ b/crt/aws-lc @@ -1 +1 @@ -Subproject commit 4e54dd8363396f257d7a2317c48101e18170e6fb +Subproject commit 8ffe277c21915ca82dc78a3bdc6a92e10c284b92 diff --git a/crt/s2n b/crt/s2n index 114ccab..ffe0bf4 160000 --- a/crt/s2n +++ b/crt/s2n @@ -1 +1 @@ -Subproject commit 114ccab0ff2cde491203ac841837d0d39b767412 +Subproject commit ffe0bf42da8f139eff8fd2237f47fbde40b478fb diff --git a/native/CMakeLists.txt b/native/CMakeLists.txt index d74a3c6..32a1f28 100644 --- a/native/CMakeLists.txt +++ b/native/CMakeLists.txt @@ -1,16 +1,8 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.13) project(aws-crt-dotnet C) option(BUILD_DEPS "Builds aws common runtime dependencies as part of build" ON) -if (POLICY CMP0069) - cmake_policy(SET CMP0069 NEW) # Enable LTO/IPO if available in the compiler, see AwsCFlags -endif() - -if (POLICY CMP0077) - cmake_policy(SET CMP0077 NEW) # Enable options to get their values from normal variables -endif() - if (DEFINED CMAKE_PREFIX_PATH) file(TO_CMAKE_PATH ${CMAKE_PREFIX_PATH} CMAKE_PREFIX_PATH) endif()