You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
308 B
10 lines
308 B
# Copyright (c) 2024 Nordic Semiconductor |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
# This sysbuild CMake file sets the sysbuild controlled settings as properties |
|
# on all images. |
|
|
|
if(SB_CONFIG_COMPILER_WARNINGS_AS_ERRORS) |
|
set_config_bool(${ZCMAKE_APPLICATION} CONFIG_COMPILER_WARNINGS_AS_ERRORS y) |
|
endif()
|
|
|