From af734ca3b8985071ff047e0f056c3335f542148e Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 30 Oct 2024 16:37:13 +0100 Subject: [PATCH] [nrf noup] moduled: hal_nordic: require nrf-regtool Upstream not ready yet, revert once applied there. Signed-off-by: Gerard Marull-Paretas Signed-off-by: Karsten Koenig (cherry picked from commit 6384b5876f5b4c4c16a343d396de14d6ce52b4fe) --- 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 e025fb358f6..2c2b08a09f4 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 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