Lines Matching +full:cmake +full:- +full:3
2 set CMAKE_NAME=cmake-3.3.2-win32-x86
4 if not exist "protobuf-%PROTOBUF_VER%\cmake\build\Release\" (
8 echo Compile gRPC-Java with something like:
9 echo -PtargetArch=x86_32 -PvcProtobufLibs=%cd%\protobuf-%PROTOBUF_VER%\cmake\build\Release -PvcProt…
15 where /q cmake
23 …-command "$ErrorActionPreference = 'stop'; & { [Net.ServicePointManager]::SecurityProtocol = [Net.…
24 powershell -command "$ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compress…
26 pushd protobuf-%PROTOBUF_VER%\cmake
30 @rem cmake does not detect x86_64 from the vcvars64.bat variables.
31 @rem If vcvars64.bat has set PLATFORM to X64, then inform cmake to use the Win64 version of VS
38 cmake -Dprotobuf_BUILD_TESTS=OFF -G "Visual Studio %VisualStudioVersion:~0,2%%CMAKE_VSARCH%" .. || …
47 powershell -command "$ErrorActionPreference = 'stop'; & { iwr https://cmake.org/files/v3.3/%CMAKE_N…
48 …-command "$ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compression.FileSy…
49 del cmake.zip