Skip to content
Snippets Groups Projects
Forked from CMake / CMake
47885 commits behind the upstream repository.
Brad King's avatar
Brad King authored
Drop use of cmSystemTools::RunCommand.  It used popen on UNIX
(equivalent to /bin/sh -c "$command") and direct CreateProcess calls on
Windows.  Implement equivalent behavior using the KWSys Process library.
Copy windows shortpath conversion logic from cmSystemTools::RunCommand.
52b80b26
History