From 560afb5aab867bf476f64471ea56e37d0b5a73ca Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Mon, 19 Aug 2024 13:18:44 -0700 Subject: [PATCH] Update required CMake --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40d220d..0b873a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.13) project(aws-c-iot C) option(USE_EXTERNAL_DEPS_SOURCES "Use dependencies provided by add_subdirectory command" OFF) @@ -86,7 +86,6 @@ file(GLOB IOT_SRC ${AWS_IOT_PRIV_HEADERS} ) -aws_set_common_policies() add_library(${PROJECT_NAME} ${IOT_HEADERS} ${IOT_SRC}) aws_set_common_properties(${PROJECT_NAME}) aws_prepare_symbol_visibility_args(${PROJECT_NAME} "AWS_IOTDEVICE")