Skip to content

Commit

Permalink
[nrf noup] modules: hal_nordic: Drop EXACT nrf-regtool check
Browse files Browse the repository at this point in the history
We don't want an exact version match, a minimum one is enough. This
aligns it also with the upstream copy of this file.

Signed-off-by: Karsten Koenig <[email protected]>
  • Loading branch information
karstenkoenig authored and nordicjm committed Sep 25, 2024
1 parent d4ba08b commit 3d01dcc
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 5.6.0 EXACT REQUIRED
find_package(nrf-regtool 5.6.0 REQUIRED
COMPONENTS ${nrf_regtool_components}
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
NO_CMAKE_PATH
Expand Down

0 comments on commit 3d01dcc

Please sign in to comment.