Skip to content

cmDefinitions: Reduce allocation of keys and values in MakeClosure

Brad King requested to merge brad.king/cmake:shared-string into master

Use cm::String to store keys and values so that MakeClosure does not need to allocate new copies of all of them.

Issue: #19581

Edited by Brad King

Merge request reports