Skip to content

Commit

Permalink
Revert "[nrf noup] moduled: hal_nordic: require nrf-regtool"
Browse files Browse the repository at this point in the history
This reverts commit 8758068.

Signed-off-by: Karsten Koenig <[email protected]>
  • Loading branch information
karstenkoenig authored and rlubos committed Feb 12, 2025
1 parent 8a64a2e commit 5156ca3
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 @@ -12,7 +12,7 @@ if(CONFIG_NRF_REGTOOL_GENERATE_UICR)
list(APPEND nrf_regtool_components GENERATE:UICR)
endif()
if(DEFINED nrf_regtool_components)
find_package(nrf-regtool 8.0.0 REQUIRED
find_package(nrf-regtool 8.0.0
COMPONENTS ${nrf_regtool_components}
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
NO_CMAKE_PATH
Expand Down

0 comments on commit 5156ca3

Please sign in to comment.