We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bce2f8 commit 963bc21Copy full SHA for 963bc21
modules/hal_nordic/CMakeLists.txt
@@ -12,7 +12,7 @@ if(CONFIG_NRF_REGTOOL_GENERATE_UICR)
12
list(APPEND nrf_regtool_components GENERATE:UICR)
13
endif()
14
if(DEFINED nrf_regtool_components)
15
- find_package(nrf-regtool 9.0.1
+ find_package(nrf-regtool 9.0.1 REQUIRED
16
COMPONENTS ${nrf_regtool_components}
17
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
18
NO_CMAKE_PATH
0 commit comments