summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-09 13:25:32 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-09 13:25:54 (GMT)
commit7d2e4730b7731d57f9d9a3ffddaf89f4155c8325 (patch)
tree7a83d97b128107ce4b24b23793097fea37db6323
parent4d9c42ff6d25d6290a4d1dea9e4953733cc8e018 (diff)
parente65e88fbce8c155a2887f4e01be22a060df9a812 (diff)
downloadCMake-7d2e4730b7731d57f9d9a3ffddaf89f4155c8325.zip
CMake-7d2e4730b7731d57f9d9a3ffddaf89f4155c8325.tar.gz
CMake-7d2e4730b7731d57f9d9a3ffddaf89f4155c8325.tar.bz2
Merge topic 'cmGeneratorTarget-include-cmProperty'
e65e88fbce cmGeneratorTarget: fix misplaced header Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4864
-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: