Revert "tf-m: Silence harmless version warning"

This reverts commit 33786b55ab.

Reverting it because the upstream PR has been abandoned, and
this extra CMake variable is causing the warning
"Manually-specified variables were not used by the project".

As of now the version warning doesn't come up.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
Tomi Fontanilles 2024-05-17 14:03:56 +03:00 committed by Carles Cufí
commit 2c575190bb

View file

@ -243,7 +243,6 @@ if (CONFIG_BUILD_WITH_TFM)
-DCMAKE_BUILD_TYPE=${TFM_CMAKE_BUILD_TYPE}
-DTFM_PLATFORM=${CONFIG_TFM_BOARD}
-DCONFIG_TFM_BUILD_LOG_QUIET=ON
-DSILENCE_TFM_VERSION_WARNING=ON
-DCONFIG_TFM_MEMORY_USAGE_QUIET=OFF
-DPython3_EXECUTABLE=${Python3_EXECUTABLE}
${TFM_CMAKE_ARGS}