mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
5383657357
Refactor how cmCTestMemCheckHandler computes the memory tester command line options to avoid encoding them in a single string just to parse them again. The EscapeSpaces uses backslahes to escape spaces on UNIX platforms, so replace other calls to it in CTest that are used to create human-readable strings with simple double-quoting.