Skip to content

cmLocalGenerator: Remove AppendFlags 'const char*' overload

Brad King requested to merge brad.king/cmake:simplify-AppendFlags into master

Update call sites to ensure the std::string argument can be constructed safely.

Merge request reports