CMAKE_GENERATOR_TOOLSET.rst 324 B

123456789
  1. CMAKE_GENERATOR_TOOLSET
  2. -----------------------
  3. Native build system toolset name specified by user.
  4. Some CMake generators support a toolset name to be given to the native
  5. build system to choose a compiler. If the user specifies a toolset
  6. name (e.g. via the cmake -T option) the value will be available in
  7. this variable.