mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
cmLocalGenerator: Remove AppendFlags 'const char*' overload
Update call sites to ensure the `std::string` argument can be constructed safely.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user