Skip to content

Commit

Permalink
[nrf noup] moduled: hal_nordic: require nrf-regtool
Browse files Browse the repository at this point in the history
Upstream not ready yet, revert once applied there.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Signed-off-by: Karsten Koenig <karsten.koenig@nordicsemi.no>

(cherry picked from commit 6384b58)
  • Loading branch information
gmarull authored and karstenkoenig committed Feb 5, 2025
1 parent 2b826d5 commit af734ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hal_nordic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(CONFIG_NRF_REGTOOL_GENERATE_BICR)
list(APPEND nrf_regtool_components GENERATE:BICR)
endif()
if(DEFINED nrf_regtool_components)
find_package(nrf-regtool 8.1.2
find_package(nrf-regtool 8.1.2 REQUIRED
COMPONENTS ${nrf_regtool_components}
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
NO_CMAKE_PATH
Expand Down

0 comments on commit af734ca

Please sign in to comment.