We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b89bc commit d5327b2Copy full SHA for d5327b2
build.ps1
@@ -324,8 +324,7 @@ try
324
rm CMakeCache.txt -ErrorAction:SilentlyContinue
325
rm -r CMakeFiles -ErrorAction:SilentlyContinue
326
Write-Diagnostic "Running cmake"
327
- &"$($env:ChocolateyInstall)\bin\cmake.exe" --version
328
- &"$($env:ChocolateyInstall)\bin\cmake.exe" -LAH -G "$CmakeGenerator$CmakeArch" -DUSE_SANDBOX=Off -DCEF_RUNTIME_LIBRARY_FLAG=/MD .
+ cmake.exe -LAH -G "$CmakeGenerator$CmakeArch" -DUSE_SANDBOX=Off -DCEF_RUNTIME_LIBRARY_FLAG=/MD .
329
popd
330
$env:CEFSHARP_BUILD_IS_BOOTSTRAPPED = "$Toolchain$Platform"
331
}
0 commit comments