You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
324 B
10 lines
324 B
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.
|