diff options
author | Brad King <brad.king@kitware.com> | 2013-10-18 19:47:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-19 11:21:09 (GMT) |
commit | 52b80b2643acdd2f31582fe20773cc4c3740b9ad (patch) | |
tree | 77e85d4794c5e270fe23c8315b14c8c229c9b615 /CTestCustom.cmake.in | |
parent | c076476d7de18802d99d3c715caee54f05d52781 (diff) | |
download | CMake-52b80b2643acdd2f31582fe20773cc4c3740b9ad.zip CMake-52b80b2643acdd2f31582fe20773cc4c3740b9ad.tar.gz CMake-52b80b2643acdd2f31582fe20773cc4c3740b9ad.tar.bz2 |
exec_program: Re-implement using KWSys Process
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.
Diffstat (limited to 'CTestCustom.cmake.in')
0 files changed, 0 insertions, 0 deletions