8000 zephyr: Increase minimum CMake version to 3.20.0. · DEVBOX10/micropython@ddbbfbe · GitHub
[go: up one dir, main page]

Skip to content

Commit ddbbfbe

Browse files
MaureenHelmdpgeorge
authored andcommitted
zephyr: Increase minimum CMake version to 3.20.0.
As a prerequisite to upgrading to Zephyr v2.7.0, upgrade the minimum CMake version required for the Zephyr port to 3.20.0. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
1 parent 1469e29 commit ddbbfbe

File tree

8000

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/zephyr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
# THE SOFTWARE.
2424

25-
cmake_minimum_required(VERSION 3.13.1)
25+
cmake_minimum_required(VERSION 3.20.0)
2626

2727
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
2828
project(micropython)

0 commit comments

Comments
 (0)
0