summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePolicyCommand.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-08-27 07:51:07 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-08-27 07:52:05 (GMT)
commitb044dedecd372bf87c892d81b7e5c1e9aad9c9ed (patch)
treefdb3bbdd0e5ea4be42d3e73aa21e1e040f12f0e7 /Source/cmCMakePolicyCommand.h
parenta51d04d4bfd0aee5a72983e1abed4c42ef5b19af (diff)
parentca2233e31fec18727ac1f742bef1108016745039 (diff)
downloadCMake-b044dedecd372bf87c892d81b7e5c1e9aad9c9ed.zip
CMake-b044dedecd372bf87c892d81b7e5c1e9aad9c9ed.tar.gz
CMake-b044dedecd372bf87c892d81b7e5c1e9aad9c9ed.tar.bz2
Merge topic 'iwyu-keep-cmConfigure'
ca2233e3 IWYU: Mark cmConfigure.h with pragma: keep Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1187
Diffstat (limited to 'Source/cmCMakePolicyCommand.h')
-rw-r--r--Source/cmCMakePolicyCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCMakePolicyCommand.h b/Source/cmCMakePolicyCommand.h
index 0e88243..f9c51c3 100644
--- a/Source/cmCMakePolicyCommand.h
+++ b/Source/cmCMakePolicyCommand.h
@@ -3,7 +3,7 @@
#ifndef cmCMakePolicyCommand_h
#define cmCMakePolicyCommand_h
-#include "cmConfigure.h"
+#include "cmConfigure.h" // IWYU pragma: keep
#include <string>
#include <vector>