From 8ac14f86f5ee43176423fbdb07fe65aa18fcdb81 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sat, 7 Nov 2020 18:12:46 -0500 Subject: [PATCH] Mention cmake scripts contributor. --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5097db7..4196f7d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,7 @@ ### New Build Procedure: ### -- Rather than trying to keep a bunch of different platform specific Makefiles in sync, "cmake" is now used for greater portability and easier maintenance. +- Rather than trying to keep a bunch of different platform specific Makefiles in sync, "cmake" is now used for greater portability and easier maintenance. This was contributed by Davide Gerhard. - README.md has a quick summary of the process. More details in the ***User Guide***.