fix: fix doxygen warning on macos

This commit is contained in:
Amin Yahyaabadi 2024-10-31 00:59:24 -07:00
parent b8fbd53a44
commit 8672e6af19
5 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -78,7 +78,9 @@ export async function setupDoxygen(version: string, setupDir: string, arch: stri
// try { // try {
// installationInfo = await setupBin("doxygen", version, getDoxygenPackageInfo, setupDir, arch) // installationInfo = await setupBin("doxygen", version, getDoxygenPackageInfo, setupDir, arch)
// } catch { // } catch {
const installationInfo = await installBrewPack("doxygen", undefined) const installationInfo = await installBrewPack("doxygen", undefined, {
cask: true,
})
// } // }
// only install graphviz if the macOS version is greater than 11 // only install graphviz if the macOS version is greater than 11