Skip to content

Commit

Permalink
update cmake to 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jmklix authored Apr 11, 2024
1 parent ed055a8 commit a102ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a102ac2

Please sign in to comment.