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