From b091e5c5c81de7727c08776ca3782fe58c80528b Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Sat, 15 Sep 2018 20:56:22 +0200 Subject: [PATCH] Adding credit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fdea8c7..837a5f6 100644 --- a/README.md +++ b/README.md @@ -80,5 +80,9 @@ There are some other places to find good information on the web. Here are some o * [It's time to do CMake Right](https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/): A nice set of best practices for Modern CMake projects. * [The Ultimate Guide to Modern CMake](https://rix0r.nl/blog/2015/08/13/cmake-guide/): A slightly dated post with similar intent. +## Credits + +Modern CMake was written by [Henry Schreiner](https://iscinumpy.gitlab.io). + [^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.