File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- cmake_minimum_required (VERSION 3.18.2 FATAL_ERROR )
4
+ cmake_minimum_required (VERSION 3.19.0 FATAL_ERROR )
5
5
6
- # TODO: @mbed-os-tools MBED_ROOT and MBED_CONFIG_PATH should probably come from mbedtools
7
6
set (MBED_ROOT ${CMAKE_CURRENT_SOURCE_DIR} /mbed-os CACHE INTERNAL "" )
8
7
set (MBED_CONFIG_PATH ${CMAKE_CURRENT_SOURCE_DIR} /.mbedbuild CACHE INTERNAL "" )
9
8
set (APP_TARGET NFC_EEPROM )
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- cmake_minimum_required (VERSION 3.18.2 FATAL_ERROR )
4
+ cmake_minimum_required (VERSION 3.19.0 FATAL_ERROR )
5
5
6
- # TODO: @mbed-os-tools MBED_ROOT and MBED_CONFIG_PATH should probably come from mbedtools
7
6
set (MBED_ROOT ${CMAKE_CURRENT_SOURCE_DIR} /mbed-os CACHE INTERNAL "" )
8
7
set (MBED_CONFIG_PATH ${CMAKE_CURRENT_SOURCE_DIR} /.mbedbuild CACHE INTERNAL "" )
9
8
set (APP_TARGET NFC_SmartPoster )
You can’t perform that action at this time.
0 commit comments