diff --git a/content/blog/2020-03-06-cmake-improvements.md b/content/blog/cmake-improvements.md similarity index 95% rename from content/blog/2020-03-06-cmake-improvements.md rename to content/blog/cmake-improvements.md index 566c53f..23724d8 100644 --- a/content/blog/2020-03-06-cmake-improvements.md +++ b/content/blog/cmake-improvements.md @@ -1,10 +1,9 @@ --- -author: Zack Galbreath -author-link: https://github.com/zackgalbreath -date: "2020-03-06T00:00:00Z" -published: true -title: Improvements to gRPC’s CMake Buildsystem -url: blog/cmake-improvements +title: Improvements to gRPC's CMake Build System +date: 2020-03-16 +author: + name: Zack Galbreath + link: https://github.com/zackgalbreath --- For the past few months, [Kitware Inc.](https://www.kitware.com/) has been working with the gRPC team to improve gRPC’s CMake support. The goal of the effort was to modernize gRPC’s CMake build with the most current features and techniques CMake has to offer. This has improved the user experience for gRPC developers choosing to use gRPC’s CMake as a build system. During the effort the CMake build was looked at as a whole, and CMake related issues in GitHub were explored and resolved. A number of improvements were made that will give developers and end users a better experience when building gRPC with CMake.