diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-07-24 20:08:04 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-08-29 14:51:30 (GMT) |
commit | 49a37d5a97ccd6e59b9e205a96b9dec251708f76 (patch) | |
tree | 2413906111f0692bb31ae5e3605c8346bfd35dfd /Tests/CMakeLib | |
parent | bc702aa97eb892208c2ad010129d52cae62fb73a (diff) | |
download | CMake-49a37d5a97ccd6e59b9e205a96b9dec251708f76.zip CMake-49a37d5a97ccd6e59b9e205a96b9dec251708f76.tar.gz CMake-49a37d5a97ccd6e59b9e205a96b9dec251708f76.tar.bz2 |
cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChain
And update cmSystemTools::WaitForLine() to use cmUVProcessChain.
Diffstat (limited to 'Tests/CMakeLib')
-rw-r--r-- | Tests/CMakeLib/testUVProcessChainHelper.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Tests/CMakeLib/testUVProcessChainHelper.cxx b/Tests/CMakeLib/testUVProcessChainHelper.cxx index fcc45b0..b53cac4 100644 --- a/Tests/CMakeLib/testUVProcessChainHelper.cxx +++ b/Tests/CMakeLib/testUVProcessChainHelper.cxx @@ -7,10 +7,6 @@ #include <string> #include <thread> -#ifdef _WIN32 -# include <windows.h> -#endif - #include "cmSystemTools.h" static std::string getStdin() |