Skip to content

Commit f796cf4

Browse files
gmarullcarlescufi
authored andcommitted
tests: lib: custom_lib: require CMake 3.20
Zephyr now requires CMake >= 3.20. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 0bfce60 commit f796cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/custom_lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2021, Legrand North America, LLC.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
cmake_minimum_required(VERSION 3.13.1)
4+
cmake_minimum_required(VERSION 3.20.0)
55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
66
project(custom_lib)
77

0 commit comments

Comments
 (0)