How to specify a toolset when using the Ninja generator in cmake-gui

When using cmake-gui to generate a project with the generator set to Ninja Multi-Config and the compiler set to Visual Studio 15 2017, how do you specify the toolset as v141_xp?

By running the right vcvarsall.bat with the right arguments.