Skip to content

Commit ba8de75

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 4f1980c commit ba8de75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)