cmake: sca: Add "SCA" to the Found messages

This commit enhances the clarity of the build log by adding the "SCA"
prefix to the "Found" messages generated by sca/*/sca.cmake. This change
improves the readability of the `west build` log for users who may not be
familiar with these tools, providing more informative and understandable
output.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
This commit is contained in:
Yasushi SHOJI 2024-01-25 13:06:47 +09:00 committed by Carles Cufí
commit 0ac2a0fce9
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Copyright (c) 2023, Basalte bv
find_program(CODECHECKER_EXE CodeChecker REQUIRED)
message(STATUS "Found CodeChecker: ${CODECHECKER_EXE}")
message(STATUS "Found SCA: CodeChecker (${CODECHECKER_EXE})")
# CodeChecker uses the compile_commands.json as input
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

View file

@ -3,7 +3,7 @@
# Copyright (c) 2022, Nordic Semiconductor ASA
find_program(SPARSE_COMPILER cgcc REQUIRED)
message(STATUS "Found sparse: ${SPARSE_COMPILER}")
message(STATUS "Found SCA: sparse (${SPARSE_COMPILER})")
# Create sparse.cmake which will be called as compiler launcher.
# sparse.cmake will ensure that REAL_CC is set correctly in environment before