Skip to content

Commit d5327b2

Browse files
committed
revert the chocolately path to cmake added in cd9a6ac
1 parent 89b89bc commit d5327b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,7 @@ try
324324
rm CMakeCache.txt -ErrorAction:SilentlyContinue
325325
rm -r CMakeFiles -ErrorAction:SilentlyContinue
326326
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 .
327+
cmake.exe -LAH -G "$CmakeGenerator$CmakeArch" -DUSE_SANDBOX=Off -DCEF_RUNTIME_LIBRARY_FLAG=/MD .
329328
popd
330329
$env:CEFSHARP_BUILD_IS_BOOTSTRAPPED = "$Toolchain$Platform"
331330
}

0 commit comments

Comments
 (0)