Skip to content

Commit

Permalink
Remove verbose arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jun 7, 2024
1 parent e97ac6b commit 05e0e07
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 @@ -232,7 +232,7 @@ def _build_project(env, project, cmake_extra, build_tests=False, args_transforme

# build & install
sh.exec(*toolchain.shell_env, cmake, "--build", project_build_dir, "--config",
build_config, "--verbose", "--target", "install", working_dir=working_dir, check=True)
build_config, "--target", "install", working_dir=working_dir, check=True)


class CMakeBuild(Action):
Expand Down

0 comments on commit 05e0e07

Please sign in to comment.