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:
parent
9059b6a62d
commit
0ac2a0fce9
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue