Skip to content

Commit

Permalink
app: zephyr still requires cmake version 3.20.0
Browse files Browse the repository at this point in the history
Set min. cmake version required to what zephyr uses.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Aug 7, 2024
1 parent b2521ea commit b5c31b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.21.0)
cmake_minimum_required(VERSION 3.20.0)

find_package(Zephyr HINTS $ENV{ZEPHYR_BASE})
project(sample_sof)
Expand Down

0 comments on commit b5c31b3

Please sign in to comment.