Tweaking in line comments

This commit is contained in:
Michael Tryby
2019-02-26 13:42:42 -05:00
parent 5b244daa08
commit b403814eaf

View File

@@ -1,7 +1,7 @@
# CMakeLists.txt - CMake configuration file for EPANET 2.0 # CMakeLists.txt - CMake configuration file for EPANET 2.0
# #
# CMake is a cross-platform build tool. CMake generates platform native # 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 # generator concept to represent different build tooling. CMake automatically
# detects the platform it is running on and generates the appropriate makefiles # detects the platform it is running on and generates the appropriate makefiles
# for the platform default compiler. Different generators can also be specified. # for the platform default compiler. Different generators can also be specified.