CMake/Tests/RunCMake/GeneratorToolset
Brad King 650c647160 VS: Implement generator toolset selection (#10722, #13774)
Implement generator toolset selection (cmake -T) for VS >= 10 by setting
the PlatformToolset.  Extend the RunCMake.GeneratorToolset test case to
verify CMAKE_GENERATOR_TOOLSET when the generator supports -T.

Since commit 485a940e (VS: Simplify MSVC version reporting, 2012-08-23)
all MSVC version information is detected during the compiler id step
from the actual compiler invoked by generated build systems rather than
hard-coded in VS generators.  Therefore we can set the PlatformToolset
in VS >= 10 project files and support toolsets from other VS versions.
2013-02-07 11:06:28 -05:00
..
BadToolset-result.txt CMake: Add -T option to choose a generator toolset 2013-02-07 10:53:19 -05:00
BadToolset-stderr.txt CMake: Add -T option to choose a generator toolset 2013-02-07 10:53:19 -05:00
BadToolset.cmake CMake: Add -T option to choose a generator toolset 2013-02-07 10:53:19 -05:00
CMakeLists.txt CMake: Add -T option to choose a generator toolset 2013-02-07 10:53:19 -05:00
NoToolset-result.txt CMake: Add -T option to choose a generator toolset 2013-02-07 10:53:19 -05:00
NoToolset-stderr.txt CMake: Add -T option to choose a generator toolset 2013-02-07 10:53:19 -05:00
NoToolset.cmake CMake: Add -T option to choose a generator toolset 2013-02-07 10:53:19 -05:00
RunCMakeTest.cmake VS: Implement generator toolset selection (#10722, #13774) 2013-02-07 11:06:28 -05:00
TestToolset-result.txt VS: Implement generator toolset selection (#10722, #13774) 2013-02-07 11:06:28 -05:00
TestToolset-stderr.txt VS: Implement generator toolset selection (#10722, #13774) 2013-02-07 11:06:28 -05:00
TestToolset.cmake VS: Implement generator toolset selection (#10722, #13774) 2013-02-07 11:06:28 -05:00
TwoToolsets-result.txt CMake: Add -T option to choose a generator toolset 2013-02-07 10:53:19 -05:00
TwoToolsets-stderr.txt CMake: Add -T option to choose a generator toolset 2013-02-07 10:53:19 -05:00
TwoToolsets.cmake CMake: Add -T option to choose a generator toolset 2013-02-07 10:53:19 -05:00