diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-07-25 19:12:33 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-08-29 14:51:30 (GMT) |
commit | 50a6e78a8295ac89149639839cebc3b61f2f9db3 (patch) | |
tree | 91818dd3640f688ae3a6b76ddbce808acb8ab4f3 /Source/cmSystemTools.h | |
parent | 49a37d5a97ccd6e59b9e205a96b9dec251708f76 (diff) | |
download | CMake-50a6e78a8295ac89149639839cebc3b61f2f9db3.zip CMake-50a6e78a8295ac89149639839cebc3b61f2f9db3.tar.gz CMake-50a6e78a8295ac89149639839cebc3b61f2f9db3.tar.bz2 |
cmSystemTools::RunSingleCommand(): Replace cmsysProcess with cmUVProcessChain
And pass OUTPUT_PASSTHROUGH in one call where it was missing.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index c3b8525..7e33e58 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -20,7 +20,6 @@ #include <cm3p/uv.h> -#include "cmsys/Process.h" #include "cmsys/Status.hxx" // IWYU pragma: export #include "cmsys/SystemTools.hxx" // IWYU pragma: export |