Skip to content

Commit 2e320bc

Browse files
committed
CMake MAX32630: fix target name
1 parent 9c9d833 commit 2e320bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

targets/TARGET_Maxim/TARGET_MAX32630/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
1717
set(LIB_EXACT_LE TOOLCHAIN_GCC_ARM/libexactLE.a)
1818
endif()
1919

20-
add_library(mbed-maxim-max32630 INTERFACE)
20+
add_library(mbed-max32630 INTERFACE)
2121

22-
target_include_directories(mbed-maxim-max32630
22+
target_include_directories(mbed-max32630
2323
INTERFACE
2424
.
2525
device
2626
mxc
2727
)
2828

29-
target_sources(mbed-maxim-max32630
29+
target_sources(mbed-max32630
3030
INTERFACE
3131
PeripheralPins.c
3232
analogin_api.c
@@ -75,7 +75,7 @@ target_sources(mbed-maxim-max32630
7575
${STARTUP_FILE}
7676
)
7777

78-
target_link_libraries(mbed-maxim-max32630
78+
target_link_libraries(mbed-max32630
7979
INTERFACE
8080
${CMAKE_CURRENT_SOURCE_DIR}/${LIB_EXACT_LE}
8181
mbed-maxim

0 commit comments

Comments
 (0)