diff options
author | Brad King <brad.king@kitware.com> | 2015-04-14 17:14:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-14 17:14:50 (GMT) |
commit | 9ac05683902c7412476c4514588bff5c016d6ce1 (patch) | |
tree | ce4613ee2b0809fe3a70f61d8dcc0469a3dbd753 /Help | |
parent | cdc53b62c20605467334ecb80c474533e04ff26c (diff) | |
download | CMake-9ac05683902c7412476c4514588bff5c016d6ce1.zip CMake-9ac05683902c7412476c4514588bff5c016d6ce1.tar.gz CMake-9ac05683902c7412476c4514588bff5c016d6ce1.tar.bz2 |
Ninja: Drop 'experimental' label in documentation
This generator is no longer experimental and has been fairly
mature for several releases already.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/generator/Ninja.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/generator/Ninja.rst b/Help/generator/Ninja.rst index 08f74fb..920abcb 100644 --- a/Help/generator/Ninja.rst +++ b/Help/generator/Ninja.rst @@ -1,7 +1,7 @@ Ninja ----- -Generates build.ninja files (experimental). +Generates build.ninja files. A build.ninja file is generated into the build tree. Recent versions of the ninja program can build the project through the "all" target. |