Skip to content

VS: Add support to override VCTargetsPath using toolset variables

Alexander Boczar requested to merge boczar/cmake:vctargetspath-2 into master

This change will allow users to override the VCTargetsPath using the toolset parameter. I.e -T "v141,VCTargetsPath=<path>". The change also makes sure that any CMAKE_VS_GLOBALS properties are generated in supporting projects and utility targets.

Fixes: #19708 (closed)
Topic-rename: vs-vctargetspath

Edited by Brad King

Merge request reports