VS: Add support to override VCTargetsPath through toolset

Fixes: #19708
This commit is contained in:
Alexander Boczar
2019-09-16 14:14:20 -07:00
committed by Brad King
parent 99e83d4235
commit 548e9051a4
13 changed files with 99 additions and 1 deletions

View File

@@ -58,3 +58,8 @@ Supported pairs are:
Specify the toolset version to use. Supported by VS 2017
and above with the specified toolset installed.
See the :variable:`CMAKE_VS_PLATFORM_TOOLSET_VERSION` variable.
``VCTargetsPath=<path>``
Specify an alternative ``VCTargetsPath`` value for Visual Studio
project files. This allows use of VS platform extension configuration
files (``.props`` and ``.targets``) that are not installed with VS.