We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88685e commit 51f6d6dCopy full SHA for 51f6d6d
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.0
+ find_package(nrf-regtool 9.0.0 REQUIRED
16
COMPONENTS ${nrf_regtool_components}
17
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
18
NO_CMAKE_PATH
0 commit comments