mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
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.
2 lines
51 B
CMake
2 lines
51 B
CMake
message(FATAL_ERROR "This should not be reached!")
|