Skip to content

Commit c78b0be

Browse files
committed
Update CMake minimum version required from 3.18.2 to 3.19.0
1 parent 4b05fcf commit c78b0be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
cmake_minimum_required(VERSION 3.18.2 FATAL_ERROR)
4+
cmake_minimum_required(VERSION 3.19.0 FATAL_ERROR)
55

6-
# TODO: @mbed-os-tools MBED_ROOT and MBED_CONFIG_PATH should probably come from mbedtools
76
set(MBED_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/mbed-os CACHE INTERNAL "")
87
set(MBED_CONFIG_PATH ${CMAKE_CURRENT_SOURCE_DIR}/.mbedbuild CACHE INTERNAL "")
98
set(APP_TARGET mbed-os-example-devicekey)

0 commit comments

Comments
 (0)