Merge topic 'cmGeneratorTarget-include-cmProperty'

e65e88fbce cmGeneratorTarget: fix misplaced header

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4864
This commit is contained in:
Brad King
2020-06-09 13:25:32 +00:00
committed by Kitware Robot
+1 -2
View File
@@ -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: