Browse Source

Docs: cmake -G selects a "build system" generator

-G is not only for makefile generators.
Stephen Kelly 12 years ago
parent
commit
dea4d263d3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/cmake.h

+ 2 - 2
Source/cmake.h

@@ -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.", \