We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6e7ad commit 54b1280Copy full SHA for 54b1280
tools/ci/bsp_buildings.py
@@ -118,7 +118,7 @@ def build_bsp_cmake(bsp, scons_args=''):
118
ext_flags = ''
119
if scons_args == "--strict":
120
print("scons using strict mode, build it with `-Werror` flag")
121
- ext_flags += '-DCMAKE_COMPILE_WARNING_AS_ERROR'
+ ext_flags += '-DCMAKE_COMPILE_WARNING_AS_ERROR=1'
122
elif scons_args != '':
123
print("this project would be built regularly because `scons_args` is not empty")
124
return build_bsp_scons(bsp, scons_args)
0 commit comments