Browse Source

Merge topic 'cmGeneratorTarget-include-cmProperty'

e65e88fbce cmGeneratorTarget: fix misplaced header

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4864
Brad King 5 years ago
parent
commit
7d2e4730b7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Source/cmGeneratorTarget.h

+ 1 - 2
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: