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 cc74c27 commit 6645729Copy full SHA for 6645729
CMakeLists.txt
@@ -6,9 +6,8 @@
6
include(common.cmake)
7
8
set(NRFXLIB_DIR ${CMAKE_CURRENT_LIST_DIR} CACHE PATH "NRFXLIB root directory")
9
-if (CONFIG_NFC_T2T_NRFXLIB OR
10
- CONFIG_NFC_T4T_NRFXLIB)
11
- add_subdirectory(nfc)
+if(CONFIG_NFC_T2T_NRFXLIB OR CONFIG_NFC_T4T_NRFXLIB)
+ add_subdirectory(nfc)
12
endif()
13
14
add_subdirectory_ifdef(CONFIG_NRF_MODEM nrf_modem)
0 commit comments