Skip to content

Commit 6a83bc0

Browse files
committed
CMake: fix targets missing )
1 parent eef57d3 commit 6a83bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ elseif("NUVOTON" IN_LIST MBED_TARGET_LABELS)
2020
elseif("NXP" IN_LIST MBED_TARGET_LABELS)
2121
add_subdirectory(TARGET_NXP)
2222
elseif("Samsung" IN_LIST MBED_TARGET_LABELS)
23-
add_subdirectory(TARGET_Samsung
23+
add_subdirectory(TARGET_Samsung)
2424
elseif("Silicon_Labs" IN_LIST MBED_TARGET_LABELS)
2525
add_subdirectory(TARGET_Silicon_Labs)
2626
elseif("STM" IN_LIST MBED_TARGET_LABELS)

0 commit comments

Comments
 (0)