From a102ac2057382143a70ae7e8a4460daba630ee34 Mon Sep 17 00:00:00 2001 From: Joseph Klix Date: Thu, 11 Apr 2024 11:35:35 -0700 Subject: [PATCH] update cmake to 3.14 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd1d2179633..97f99aafc90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0. # -cmake_minimum_required(VERSION 3.13 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) option(LEGACY_BUILD "If enabled, the SDK will use 1.11.0 version of CMake files to build" ON) if (LEGACY_BUILD)