Skip to content

Commit 407c5a2

Browse files
Fix duplicate cmake options
***NO_CI***
1 parent 23c9532 commit 407c5a2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,6 @@ if(RTOS_CHIBIOS_CHECK OR RTOS_TI_SIMPLELINK_CHECK)
160160
unset(LINK_OPTIONS)
161161
#################################################################
162162

163-
#################################################################
164-
# clear other options and definitions that we want to set
165-
unset(COMPILE_OPTIONS)
166-
unset(C_COMPILE_OPTIONS)
167-
unset(CXX_COMPILE_OPTIONS)
168-
unset(COMPILE_DEFINITIONS)
169-
unset(LINK_OPTIONS)
170-
#################################################################
171-
172163
endif()
173164

174165
#################################################################################

0 commit comments

Comments
 (0)