Merge topic 'cmake-help-generators-fix'

dea4d26 Docs: cmake -G selects a "build system" generator
This commit is contained in:
Brad King 2013-05-21 15:13:02 -04:00 committed by CMake Topic Stage
commit 02ba802977
1 changed files with 2 additions and 2 deletions

View File

@ -532,9 +532,9 @@ private:
"CMakeCache.txt file, globbing expressions using * and ? are supported. "\
"The option may be repeated for as many cache entries as desired.\n" \
"Use with care, you can make your CMakeCache.txt non-working."}, \
{"-G <generator-name>", "Specify a makefile generator.", \
{"-G <generator-name>", "Specify a build system generator.", \
"CMake may support multiple native build systems on certain platforms. " \
"A makefile generator is responsible for generating a particular build " \
"A generator is responsible for generating a particular build " \
"system. Possible generator names are specified in the Generators " \
"section."},\
{"-T <toolset-name>", "Specify toolset name if supported by generator.", \