summaryrefslogtreecommitdiffstats
path: root/Source/cmProperty.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-24 13:45:44 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-08-24 13:45:44 (GMT)
commit4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165 (patch)
treebfce7cdad9add0c659e127f74c5c8afc1c45c21a /Source/cmProperty.cxx
parent21a7809bfaa02ec3d11620676636e65b47065b62 (diff)
parent5cbb54880742c23658991edec91a514f3582ed2b (diff)
downloadCMake-4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165.zip
CMake-4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165.tar.gz
CMake-4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165.tar.bz2
Merge topic 'include-what-you-use'
5cbb5488 fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmProperty.cxx')
-rw-r--r--Source/cmProperty.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmProperty.cxx b/Source/cmProperty.cxx
index 133258f..75b44cb 100644
--- a/Source/cmProperty.cxx
+++ b/Source/cmProperty.cxx
@@ -11,7 +11,7 @@
============================================================================*/
#include "cmProperty.h"
-#include "cmSystemTools.h"
+#include <cmConfigure.h>
void cmProperty::Set(const char* value)
{