We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea0386 commit 65533a9Copy full SHA for 65533a9
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/CMakeLists.txt
@@ -3,9 +3,12 @@
3
4
add_library(mbed-sdk-15-0 INTERFACE)
5
6
+# Silence unfixable warning in nrfx
7
+target_compile_options(mbed-sdk-15-0 INTERFACE -Wno-expansion-to-defined)
8
+
9
add_subdirectory(TARGET_SOFTDEVICE_NONE EXCLUDE_FROM_ALL)
10
add_subdirectory(components EXCLUDE_FROM_ALL)
11
add_subdirectory(integration EXCLUDE_FROM_ALL)
12
add_subdirectory(modules EXCLUDE_FROM_ALL)
13
-target_link_libraries(mbed-sdk-15-0 INTERFACE mbed-softdevice-none)
14
+target_link_libraries(mbed-sdk-15-0 INTERFACE mbed-softdevice-none)
0 commit comments