From 3d01dcc251bf3aa2a675941e8ac2b244f776724d Mon Sep 17 00:00:00 2001 From: Karsten Koenig Date: Tue, 24 Sep 2024 15:27:03 +0200 Subject: [PATCH] [nrf noup] modules: hal_nordic: Drop EXACT nrf-regtool check 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 --- modules/hal_nordic/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hal_nordic/CMakeLists.txt b/modules/hal_nordic/CMakeLists.txt index 2ba8eea33a0..eb85fd58f5e 100644 --- a/modules/hal_nordic/CMakeLists.txt +++ b/modules/hal_nordic/CMakeLists.txt @@ -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