cmLocalGenerator: Remove AppendFlags 'const char*' overload

Update call sites to ensure the `std::string` argument can be
constructed safely.
This commit is contained in:
Brad King
2019-09-05 10:31:56 -04:00
parent 6db8f6a410
commit 5acf0de1fe
8 changed files with 15 additions and 32 deletions
-1
View File
@@ -90,7 +90,6 @@ public:
// append flags to a string
void AppendFlags(std::string& flags,
const std::string& newFlags) const override;
void AppendFlags(std::string& flags, const char* newFlags) const override;
// append an echo command
enum EchoColor