mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add a `VS_PLATFORM_TOOLSET` target property to set `PlatformToolset` in the `.vcxproj` file for specific targets. Document that this is safe only when the named toolset uses the same underlying compiler as the primary toolset. Fixes: #17429
7 lines
205 B
ReStructuredText
7 lines
205 B
ReStructuredText
vs-platform-toolset
|
|
-------------------
|
|
|
|
* The :prop_tgt:`VS_PLATFORM_TOOLSET` target property was added to tell
|
|
:ref:`Visual Studio Generators` for VS 2010 and above to override
|
|
the platform toolset.
|