mirror of https://github.com/ARMmbed/mbed-os.git
Silence expansion-to-defined in nrfx
parent
2ea0386f55
commit
65533a9d81
|
@ -3,6 +3,9 @@
|
||||||
|
|
||||||
add_library(mbed-sdk-15-0 INTERFACE)
|
add_library(mbed-sdk-15-0 INTERFACE)
|
||||||
|
|
||||||
|
# Silence unfixable warning in nrfx
|
||||||
|
target_compile_options(mbed-sdk-15-0 INTERFACE -Wno-expansion-to-defined)
|
||||||
|
|
||||||
add_subdirectory(TARGET_SOFTDEVICE_NONE EXCLUDE_FROM_ALL)
|
add_subdirectory(TARGET_SOFTDEVICE_NONE EXCLUDE_FROM_ALL)
|
||||||
add_subdirectory(components EXCLUDE_FROM_ALL)
|
add_subdirectory(components EXCLUDE_FROM_ALL)
|
||||||
add_subdirectory(integration EXCLUDE_FROM_ALL)
|
add_subdirectory(integration EXCLUDE_FROM_ALL)
|
||||||
|
|
Loading…
Reference in New Issue