CMake/Tests/RunCMake/GeneratorToolset/BadToolsetFormat-stderr.txt
Brad King f773933f26 VS: Refactor generator toolset parsing
We parse `CMAKE_GENERATOR_TOOLSET` values of the forms:

* `toolset`
* `toolset,host=x64`
* `host=x64`

Generalize the parsing to support the forms:

* `toolset`
* `toolset[,key=value]*`
* `key=value[,key=value]*`

Disallow duplicate keys.  Require all but the first field to
be of `key=value` form.
2017-02-15 08:15:37 -05:00

11 lines
189 B
Plaintext

CMake Error at CMakeLists.txt:[0-9]+ \(project\):
Generator
.*
given toolset specification
Test Toolset,not_a_key
that contains a field after the first ',' with no '='\.$