diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2021-01-22 15:36:31 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2021-01-27 13:45:44 (GMT) |
commit | 3a0d40bf8c838fd94b716b60d1e161066d57e68a (patch) | |
tree | 4a9032049a332fc6a9c54657bf72eb3bc85816b8 /Source/cmLoadCommandCommand.cxx | |
parent | a0610cf9e9768eb4c89bf0d0a2f765865512f081 (diff) | |
download | CMake-3a0d40bf8c838fd94b716b60d1e161066d57e68a.zip CMake-3a0d40bf8c838fd94b716b60d1e161066d57e68a.tar.gz CMake-3a0d40bf8c838fd94b716b60d1e161066d57e68a.tar.bz2 |
clang-tidy: fix `bugprone-suspicious-include` warnings
Diffstat (limited to 'Source/cmLoadCommandCommand.cxx')
-rw-r--r-- | Source/cmLoadCommandCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLoadCommandCommand.cxx b/Source/cmLoadCommandCommand.cxx index 9c0b400..5a7b30f 100644 --- a/Source/cmLoadCommandCommand.cxx +++ b/Source/cmLoadCommandCommand.cxx @@ -33,6 +33,7 @@ #include "cmStringAlgorithms.h" #include "cmSystemTools.h" +// NOLINTNEXTLINE(bugprone-suspicious-include) #include "cmCPluginAPI.cxx" #ifdef __QNX__ |