mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
f773933f26
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.
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
CMake Error at CMakeLists.txt:[0-9]+ \(project\):
|
|
Generator
|
|
|
|
.*
|
|
|
|
given toolset specification
|
|
|
|
Test Toolset,host=x6[45]
|
|
|
|
that contains invalid field 'host=x6[45]'\.$
|