Skip to content

Commit 2e01266

Browse files
tomi-fontnashif
authored andcommitted
modules: tf-m: nordic: fix unused CMake variable warning
Follow-up to d830446 that removed the use of ${ZEPHYR_BASE}. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent fe69a40 commit 2e01266

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

soc/nordic/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ if(CONFIG_BUILD_WITH_TFM)
3838
APPEND PROPERTY TFM_CMAKE_OPTIONS -DHAL_NORDIC_PATH=${ZEPHYR_HAL_NORDIC_MODULE_DIR}
3939
)
4040

41-
set_property(TARGET zephyr_property_target
42-
APPEND PROPERTY TFM_CMAKE_OPTIONS -DZEPHYR_BASE=${ZEPHYR_BASE}
43-
)
44-
4541
set_property(TARGET zephyr_property_target
4642
APPEND PROPERTY TFM_CMAKE_OPTIONS -DNRF_NS_STORAGE=${CONFIG_TFM_NRF_NS_STORAGE}
4743
)

0 commit comments

Comments
 (0)