mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
VS: Add support to override VCTargetsPath through toolset
Fixes: #19708
This commit is contained in:
committed by
Brad King
parent
99e83d4235
commit
548e9051a4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user