Skip to content

cmGeneratorTarget: Avoid missing nullptr check

vvs31415 requested to merge (removed):fix-crash-21165 into master

Revise logic in ComputeOutputDir that was previously missing a check for nullptr before constructing a std::string.

Fixes: #21165 (closed)

Edited by Brad King

Merge request reports