Skip to content

Commit e2c2b2b

Browse files
committed
Fixed CMake Error
Jenkins CI cmake error
1 parent 56450aa commit e2c2b2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1170/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ target_sources(mbed-mimxrt1170-evk
4545
target_link_libraries(mbed-mimxrt1170-evk
4646
INTERFACE
4747
mbed-mcuxpresso-mcus
48-
mbed-evk-rt1170
48+
mbed-evk
4949
mbed-imx
5050
)
5151

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1170/TARGET_EVK/CMakeLists.txt

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

4-
add_library(mbed-evk INTERFACE)
4+
add_library(mbed-rt1170-evk INTERFACE)
55

6-
target_include_directories(mbed-evk
6+
target_include_directories(mbed-rt1170-evk
77
INTERFACE
88
.
99
xip
1010
)
1111

12-
target_sources(mbed-evk
12+
target_sources(mbed-rt1170-evk
1313
INTERFACE
1414
analogin_api.c
1515
flash_api.c

0 commit comments

Comments
 (0)