Skip to content

Commit b446238

Browse files
0xc0170hugueskamba
andauthored
CMake GigaDevice: fix exclude all for targets
Co-authored-by: Hugues Kamba-Mpiana <[email protected]>
1 parent 33c35f7 commit b446238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_GigaDevice/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-
add_subdirectory(TARGET_GD32F30X)
5-
add_subdirectory(TARGET_GD32F4XX)
4+
add_subdirectory(TARGET_GD32F30X EXCLUDE_FROM_ALL)
5+
add_subdirectory(TARGET_GD32F4XX EXCLUDE_FROM_ALL)
66

77
add_library(mbed-gigadevice INTERFACE)
88

0 commit comments

Comments
 (0)