Skip to content

Commit af6194c

Browse files
committed
fixup
1 parent 99c285a commit af6194c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/actions/cmake.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def _build_project(env, project, cmake_extra, build_tests=False, args_transforme
189189
# as off. Without UniqueList cmake will treat it as on.
190190
cmake_args += project.cmake_args(env)
191191
cmake_args += cmake_extra
192-
cmake_args += '-DCMAKE_VERBOSE_MAKEFILE=ON'
192+
cmake_args += ['-DCMAKE_VERBOSE_MAKEFILE=ON']
193193
if coverage:
194194
if c_path and "gcc" in c_path:
195195
# Tell cmake to add coverage related configuration. And make sure GCC is used to compile the project.

0 commit comments

Comments
 (0)