[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-12-20 20:29:15 +00:00
parent 714ae0efcf
commit 1105c745d9

View File

@ -76,7 +76,7 @@ def cmds_cmake(
*params, *params,
'-G "{cmake_generator}"', '-G "{cmake_generator}"',
f'-B "{build_dir}"', f'-B "{build_dir}"',
f"-S .", "-S .",
] ]
), ),
f'{{cmake}} --build "{build_dir}" --clean-first --parallel --target {target}', f'{{cmake}} --build "{build_dir}" --clean-first --parallel --target {target}',