Revert "cmake: add zephyr_cc_option_nocheck"
This reverts commit a01f2de734
.
Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
6078f8acc2
commit
bc2404aa4d
1 changed files with 0 additions and 6 deletions
|
@ -103,12 +103,6 @@ function(zephyr_cc_option)
|
|||
endforeach()
|
||||
endfunction()
|
||||
|
||||
function(zephyr_cc_option_nocheck)
|
||||
foreach(arg ${ARGV})
|
||||
target_compile_options(zephyr_interface INTERFACE ${arg})
|
||||
endforeach()
|
||||
endfunction()
|
||||
|
||||
function(zephyr_cc_option_fallback option1 option2)
|
||||
target_cc_option_fallback(zephyr_interface INTERFACE ${option1} ${option2})
|
||||
endfunction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue