summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-04-15 15:11:12 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-04-15 15:11:17 (GMT)
commit27b5dc35a67f28f46a2b91cf813cd6b34c5a21b8 (patch)
tree222a588e93b1eb85ca561706d72f9da28ca7e359 /Source/cmSystemTools.h
parentb65912006e5c0644329b838103226597af4fecef (diff)
parent3ef5dab010aef5ebab2022021989cb80718d00fc (diff)
downloadCMake-27b5dc35a67f28f46a2b91cf813cd6b34c5a21b8.zip
CMake-27b5dc35a67f28f46a2b91cf813cd6b34c5a21b8.tar.gz
CMake-27b5dc35a67f28f46a2b91cf813cd6b34c5a21b8.tar.bz2
Merge topic 'update-kwsys'
3ef5dab010 cmSystemTools: Simplify using KWSys Status ec1b6157cb Update CMake code using KWSys to account for Status return values eef585efaa Merge branch 'upstream-KWSys' into update-kwsys a790167101 KWSys 2021-04-14 (7ab1c601) Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6004
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 5620899..99f20e0 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -12,6 +12,7 @@
#include <cm/string_view>
#include "cmsys/Process.h"
+#include "cmsys/Status.hxx" // IWYU pragma: export
#include "cmsys/SystemTools.hxx" // IWYU pragma: export
#include "cmCryptoHash.h"