cmake -> CMake

Co-Authored-By: Zack Galbreath <zack.galbreath@kitware.com>
pull/21329/head
Jan Tattermusch 5 years ago committed by GitHub
parent 921c413238
commit 592c34d96c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BUILDING.md

@ -128,7 +128,7 @@ $ make
If you want to build shared libraries (`.so` files), run `cmake` with `-DBUILD_SHARED_LIBS=ON`.
## Building with cmake: Windows, Using Visual Studio 2015 or 2017 (can only build with OPENSSL_NO_ASM).
## Building with CMake: Windows, Using Visual Studio 2015 or 2017 (can only build with OPENSSL_NO_ASM).
When using the "Visual Studio" generator,
cmake will generate a solution (`grpc.sln`) that contains a VS project for

Loading…
Cancel
Save