diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2015-04-04 14:01:50 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2015-04-04 14:01:50 (GMT) |
commit | dc4f64ab982f0bfb987b1e0a7e3afae8e24ed40a (patch) | |
tree | 510ff71e65454648e04235ea27d4814c906130f5 /Help/manual | |
parent | c6624cfdc1fe9c7c53ad9ed06da759df803aef71 (diff) | |
download | CMake-dc4f64ab982f0bfb987b1e0a7e3afae8e24ed40a.zip CMake-dc4f64ab982f0bfb987b1e0a7e3afae8e24ed40a.tar.gz CMake-dc4f64ab982f0bfb987b1e0a7e3afae8e24ed40a.tar.bz2 |
Help: Clarify manual reference for generator names
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/OPTIONS_BUILD.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt index 986b541..e4c5873 100644 --- a/Help/manual/OPTIONS_BUILD.txt +++ b/Help/manual/OPTIONS_BUILD.txt @@ -43,7 +43,7 @@ CMake may support multiple native build systems on certain platforms. A generator is responsible for generating a particular build system. Possible generator names are specified in the - Generators section. + :manual:`cmake-generators(7)` manual. ``-T <toolset-name>`` Specify toolset name if supported by generator. |