diff --git a/pages/common/cmake.md b/pages/common/cmake.md index 5c15a27c4..73d8bc626 100644 --- a/pages/common/cmake.md +++ b/pages/common/cmake.md @@ -2,7 +2,7 @@ > Cross-platform build system generator. > It generates Makefiles, Visual Studio projects or others, depending on the target system. -> More information: . +> More information: . - Generate a Makefile and use it to compile a project in the same directory as the source: @@ -10,4 +10,4 @@ - Generate a Makefile and use it to compile a project in a separate "build" directory (out-of-source build): -`cmake -H. -B{{build}} && make -C {{build}}` +`cmake -H. -B {{build}} && make -C {{build}}`