Skip to content

Commit 033c48d

Browse files
committed
CMake: fix NUMAKER_IOT_M263A name
1 parent 02c35fd commit 033c48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_NUVOTON/TARGET_M261/CMakeLists.txt

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

4-
if("NUMAKER_IOT_M252" IN_LIST MBED_TARGET_LABELS)
5-
add_subdirectory(TARGET_NUMAKER_IOT_M252)
4+
if("NUMAKER_IOT_M263A" IN_LIST MBED_TARGET_LABELS)
5+
add_subdirectory(TARGET_NUMAKER_IOT_M263A)
66
endif()
77

88
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")

0 commit comments

Comments
 (0)