Skip to content
  • Robert Dailey's avatar
    cmake-gui: Add option to specify generator toolset · 2b958a20
    Robert Dailey authored and Brad King's avatar Brad King committed
    The -T parameter to CMake may now be specified through cmake-gui via a
    new text field in the first-time configure wizard (below the generator
    chooser).
    
    The generator factories specify whether or not they support toolsets.
    This information is propagated to the Qt code and used to determine if
    the selected generator should also display the optional Toolset widgets.
    2b958a20