From b403814eaf3ae3c1336ba9d5693b29f93eeaf7e3 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Tue, 26 Feb 2019 13:42:42 -0500 Subject: [PATCH] Tweaking in line comments --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfa80cb..92f834e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt - CMake configuration file for EPANET 2.0 # # CMake is a cross-platform build tool. CMake generates platform native -# makefiles that can be used with your compiler of choice. CMake uses a +# build systems that can be used with your compiler of choice. CMake uses a # generator concept to represent different build tooling. CMake automatically # detects the platform it is running on and generates the appropriate makefiles # for the platform default compiler. Different generators can also be specified.