summaryrefslogtreecommitdiffhomepage
path: root/cmake.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2016-05-30 15:55:57 +0200
committerven <vendethiel@hotmail.fr>2016-05-30 15:55:57 +0200
commit4e118150a2ba76129389d6f57ff86f942fc50863 (patch)
treedf63afb027fb21e3190c1902925b540e676b648a /cmake.html.markdown
parentb891d0d7e11fba89cad7ee22ec0d2f82b1eb4f64 (diff)
tiny fixes to cmake
Diffstat (limited to 'cmake.html.markdown')
-rw-r--r--cmake.html.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake.html.markdown b/cmake.html.markdown
index fb14ab22..a2c8cc8a 100644
--- a/cmake.html.markdown
+++ b/cmake.html.markdown
@@ -8,12 +8,12 @@ filename: CMake
CMake is a cross-platform, open-source build system. This tool will allow you
to test, compile and create packages of your source code.
-The problem that CMake tries to solve it's the problem of Makefiles and
-Autoconfigure on cross-platform (different make interpreters have different
+The problem that CMake tries to solve is the problem of Makefiles and
+Autoconfigure on cross-platforms (different make interpreters have different
command) and the ease-of-use on linking 3rd party libraries.
CMake is an extensible, open-source system that manages the build process in
-an operating system and in a compiler-independent manner. Unlike many
+an operating system and compiler-independent manner. Unlike many
cross-platform systems, CMake is designed to be used in conjunction with the
native build environment. Simple configuration files placed in each source
directory (called CMakeLists.txt files) are used to generate standard build