Trying 'cmake.exe'

This commit is contained in:
murgatroid99 2019-02-12 16:04:29 -08:00
parent b2756d2d78
commit 004d8e044a
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ foreach ($Arch in $ArchList) {
$Generator = "Visual Studio 14 2015"
}
& cmake .
& cmake --build .
& cmake.exe .
& cmake.exe --build .
Copy-Item ($ProtobufBase + "/protoc.exe") -Destination ($Base + "/build/bin/protoc.exe")
Copy-Item ($Base + "/grpc_node_plugin.exe") -Destination ($Base + "/build/bin/grpc_node_plugin.exe")