Merge topic 'cmGeneratorTarget-include-cmProperty' into release-3.18

e65e88fbce cmGeneratorTarget: fix misplaced header

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4864
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 @@
 struct cmGeneratorExpressionContext;
 struct cmGeneratorExpressionDAGChecker;
 
-#include "cmProperty.h"
-
 class cmGeneratorTarget
 {
 public: