cmake: Suppress west module logging
The log from CMake invocation's are now dominated by west modules. This noise can hide important warnings. To fix this we drop the logging. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
86592e97f3
commit
71281292fb
1 changed files with 0 additions and 1 deletions
|
@ -467,7 +467,6 @@ if(EXISTS ${CMAKE_BINARY_DIR}/zephyr_modules.txt)
|
||||||
# lazy regexes (it supports greedy only).
|
# lazy regexes (it supports greedy only).
|
||||||
string(REGEX REPLACE "\"(.*)\":\".*\"" "\\1" module_name ${module})
|
string(REGEX REPLACE "\"(.*)\":\".*\"" "\\1" module_name ${module})
|
||||||
string(REGEX REPLACE "\".*\":\"(.*)\"" "\\1" module_path ${module})
|
string(REGEX REPLACE "\".*\":\"(.*)\"" "\\1" module_path ${module})
|
||||||
message("Including module: ${module_name} in path: ${module_path}")
|
|
||||||
# Note the second, binary_dir parameter requires the added
|
# Note the second, binary_dir parameter requires the added
|
||||||
# subdirectory to have its own, local cmake target(s). If not then
|
# subdirectory to have its own, local cmake target(s). If not then
|
||||||
# this binary_dir is created but stays empty. Object files land in
|
# this binary_dir is created but stays empty. Object files land in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue