Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jun 10, 2024
1 parent 99c285a commit af6194c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/actions/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def _build_project(env, project, cmake_extra, build_tests=False, args_transforme
# as off. Without UniqueList cmake will treat it as on.
cmake_args += project.cmake_args(env)
cmake_args += cmake_extra
cmake_args += '-DCMAKE_VERBOSE_MAKEFILE=ON'
cmake_args += ['-DCMAKE_VERBOSE_MAKEFILE=ON']
if coverage:
if c_path and "gcc" in c_path:
# Tell cmake to add coverage related configuration. And make sure GCC is used to compile the project.
Expand Down

0 comments on commit af6194c

Please sign in to comment.