Skip to content

Commit 3d2f1c7

Browse files
tomi-fontanangl
authored andcommitted
[nrf fromtree] Revert "tf-m: Silence harmless version warning"
This reverts commit 33786b5. 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 <[email protected]> (cherry picked from commit 2c57519)
1 parent e6c7d81 commit 3d2f1c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/trusted-firmware-m/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ if (CONFIG_BUILD_WITH_TFM)
241241
-DCMAKE_BUILD_TYPE=${TFM_CMAKE_BUILD_TYPE}
242242
-DTFM_PLATFORM=${CONFIG_TFM_BOARD}
243243
-DCONFIG_TFM_BUILD_LOG_QUIET=ON
244-
-DSILENCE_TFM_VERSION_WARNING=ON
245244
-DCONFIG_TFM_MEMORY_USAGE_QUIET=OFF
246245
-DPython3_EXECUTABLE=${Python3_EXECUTABLE}
247246
${TFM_CMAKE_ARGS}

0 commit comments

Comments
 (0)