summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2020-06-08 13:00:00 (GMT)
committerBrad King <brad.king@kitware.com>2020-06-08 13:19:35 (GMT)
commite65e88fbce8c155a2887f4e01be22a060df9a812 (patch)
treebc81ca59749ae31fdfa9cb1b11d8c29806d5d125 /Source/cmGeneratorTarget.h
parentd1f30ccab5adc69a29fe1978d95157ea41ce508d (diff)
downloadCMake-e65e88fbce8c155a2887f4e01be22a060df9a812.zip
CMake-e65e88fbce8c155a2887f4e01be22a060df9a812.tar.gz
CMake-e65e88fbce8c155a2887f4e01be22a060df9a812.tar.bz2
cmGeneratorTarget: fix misplaced header
In commit b36d1bdd9d (Single location for cmProp typedef, 2020-05-30) we accidentally left inclusion of `cmProperty.h` out of the main block of includes.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 7aa7d32..a7201dc 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -18,6 +18,7 @@
#include "cmLinkItem.h"
#include "cmListFileCache.h"
#include "cmPolicies.h"
+#include "cmProperty.h"
#include "cmStateTypes.h"
class cmComputeLinkInformation;
@@ -31,8 +32,6 @@ class cmTarget;
struct cmGeneratorExpressionContext;
struct cmGeneratorExpressionDAGChecker;
-#include "cmProperty.h"
-
class cmGeneratorTarget
{
public: