Skip to content

cmCursesLongMessageForm: avoid unnecessary string allocation

Ben Boeckel requested to merge ben.boeckel/cmake:ccmake-better-string-ops into master

The addition makes a temporary string and then drops it after adding it to this->Messages. Instead, just incrementally append.

Merge request reports