mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
cmSystemTools: MessageCallback and Message() accept std::string argument
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
* During a CMake run, an error handle should add errors
|
||||
* to be displayed afterwards.
|
||||
*/
|
||||
void AddError(const char* message, const char* title) override;
|
||||
void AddError(const std::string& message, const char* title) override;
|
||||
|
||||
/**
|
||||
* Used to do a configure. If argument is specified, it does only the check
|
||||
|
||||
Reference in New Issue
Block a user