mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
197b4cbe18
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
11 lines
354 B
ReStructuredText
11 lines
354 B
ReStructuredText
VS_PLATFORM_TOOLSET
|
|
-------------------
|
|
|
|
Overrides the platform toolset used to build a target.
|
|
|
|
Only supported when the compiler used by the given toolset is the
|
|
same as the compiler used to build the whole source tree.
|
|
|
|
This is especially useful to create driver projects with the toolsets
|
|
"WindowsUserModeDriver10.0" or "WindowsKernelModeDriver10.0".
|