commit | 98afb4549f66c692eeec8bbc8a1f7b333d3051a5 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Wed Jun 04 13:09:35 2014 -0400 |
committer | Brad King <brad.king@kitware.com> | Wed Jun 04 13:16:37 2014 -0400 |
tree | 28479e8e5b6545df3589041e0024eaf5f12d1005 | |
parent | 3e9f6e36f3f5fd50303d1b71fc153c0ae8f916f5 [diff] |
VS: Split user- and generator-provided PlatformToolset Divide the cmGlobalVisualStudio10Generator "PlatformToolset" member into two members representing the generator-selected default toolset and the user-specified CMAKE_GENERATOR_TOOLSET value. Prefer the user-specified value, if any, and then fall back to the generator-selected default.