Rename setCMakeBuildDir to setBuildDir

This commit is contained in:
crazywhalecc
2025-06-09 09:26:39 +08:00
parent f46b714990
commit 9babe7f1d2
7 changed files with 15 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ trait tidy
protected function build(): void
{
UnixCMakeExecutor::create($this)
->setCMakeBuildDir("{$this->source_dir}/build-dir")
->setBuildDir("{$this->source_dir}/build-dir")
->addConfigureArgs('-DSUPPORT_CONSOLE_APP=OFF')
->build();
$this->patchPkgconfPrefix(['tidy.pc']);