Skip to content

Commit bc08c9c

Browse files
committed
app: zephyr still requires cmake version 3.20.0
Set min. cmake version required to what zephyr uses. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 0b3ee3a commit bc08c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
cmake_minimum_required(VERSION 3.21.0)
3+
cmake_minimum_required(VERSION 3.20.0)
44

55
find_package(Zephyr HINTS $ENV{ZEPHYR_BASE})
66
project(sample_sof)

0 commit comments

Comments
 (0)