From 56a8c21204751b3dad3c63f5c826a3e36d7ed642 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Wed, 4 Apr 2018 14:37:45 +0200 Subject: [PATCH] Adding link to Let's do CMake right --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cb1ef77..3792a65 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,11 @@ This book tries to solve the problem of the poor examples and best practices tha * [Effective Modern CMake](https://gist.github.com/mbinna/c61dbb39bca0e4fb7d1f73b0d66a4fd1): A great list of do's and don'ts. * [Embracing Modern CMake][Modern CMake]: A post with good description of the term +* [It's time to do CMake Right](https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/) [^1]: CMake 3.0 also removed several long deprecated features from very old versions of CMake and make one very tiny backwards incompatible change to syntax related to square brackets, so this is not entirely fair; there might be some very, very old CMake files that would stop working with 3. I've never seen one, though. + [Modern CMake]: https://steveire.wordpress.com/2017/11/05/embracing-modern-cmake/