mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
10 lines
324 B
ReStructuredText
10 lines
324 B
ReStructuredText
CMAKE_GENERATOR_TOOLSET
|
|
-----------------------
|
|
|
|
Native build system toolset name specified by user.
|
|
|
|
Some CMake generators support a toolset name to be given to the native
|
|
build system to choose a compiler. If the user specifies a toolset
|
|
name (e.g. via the cmake -T option) the value will be available in
|
|
this variable.
|