VS: 3.21.{0,1} removes cl compile option /reference
Similar to #22477 (closed), the /reference mod=path
option does not map to .vcxproj
file settings correctly.
See discussion on discourse.
Similar to #22477 (closed), the /reference mod=path
option does not map to .vcxproj
file settings correctly.
See discussion on discourse.
When these merge requests are accepted, this issue will be closed automatically.
added gen:vs triage:regression labels
assigned to @brad.king
This was caused by the addition of a flag table entry for /reference
by !6191 (merged). The entry does not correctly tell CMake that the value to /reference
is in a following argument.
mentioned in merge request !6445 (merged)
See fix in !6445 (merged).
closed with merge request !6445 (merged)
mentioned in commit marcusmueller/cmake@3f9ef370