Skip to content

Commit 8b3441e

Browse files
committed
update cmake
1 parent 7ba6e39 commit 8b3441e

File tree

11 files changed

+11
-15
lines changed

11 files changed

+11
-15
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.3)
22
project(aws-crt-ffi C)
33
message(STATUS "CMake ${CMAKE_VERSION}")
44

55
option(BUILD_DEPS "Builds aws common runtime dependencies as part of build. Turn off if you want to control your dependency chain." ON)
66
option(BUILD_SHARED_LIBS "Build shared library for FFI: default: ON" ON)
77

8-
if (POLICY CMP0069)
9-
cmake_policy(SET CMP0069 NEW) # Enable LTO/IPO if available in the compiler
10-
endif()
11-
128
if (DEFINED CMAKE_PREFIX_PATH)
139
file(TO_CMAKE_PATH "${CMAKE_PREFIX_PATH}" CMAKE_PREFIX_PATH)
1410
endif()

crt/aws-c-auth

crt/aws-c-cal

crt/aws-c-compression

crt/aws-checksums

0 commit comments

Comments
 (0)