Skip to content

VS support for ampersands in paths

Steven Cook requested to merge StevePER/cmake:vs_path_with_ampersand into master

Adds quotes around the directories passed to the -H and -B parameters for Visual Studio builds. This fixes builds in directories containing ampersands (issue #16585 (closed)).

Merge request reports