Skip to content

Commit 54b1280

Browse files
committed
fix
1 parent 9b6e7ad commit 54b1280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/bsp_buildings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def build_bsp_cmake(bsp, scons_args=''):
118118
ext_flags = ''
119119
if scons_args == "--strict":
120120
print("scons using strict mode, build it with `-Werror` flag")
121-
ext_flags += '-DCMAKE_COMPILE_WARNING_AS_ERROR'
121+
ext_flags += '-DCMAKE_COMPILE_WARNING_AS_ERROR=1'
122122
elif scons_args != '':
123123
print("this project would be built regularly because `scons_args` is not empty")
124124
return build_bsp_scons(bsp, scons_args)

0 commit comments

Comments
 (0)