summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCommandCommand.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-01-22 15:36:31 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2021-01-27 13:45:44 (GMT)
commit3a0d40bf8c838fd94b716b60d1e161066d57e68a (patch)
tree4a9032049a332fc6a9c54657bf72eb3bc85816b8 /Source/cmLoadCommandCommand.cxx
parenta0610cf9e9768eb4c89bf0d0a2f765865512f081 (diff)
downloadCMake-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.cxx1
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__