diff options
author | Brad King <brad.king@kitware.com> | 2020-06-09 13:25:32 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-06-09 13:25:54 (GMT) |
commit | 9ceb980981b89380b5f8c60ca8792f313ea8a3df (patch) | |
tree | 2857a5fae81767cea2916e1275c4bea778c47043 | |
parent | 577c86e59d072187f45330c57dc02e0b70d940ed (diff) | |
parent | e65e88fbce8c155a2887f4e01be22a060df9a812 (diff) | |
download | CMake-9ceb980981b89380b5f8c60ca8792f313ea8a3df.zip CMake-9ceb980981b89380b5f8c60ca8792f313ea8a3df.tar.gz CMake-9ceb980981b89380b5f8c60ca8792f313ea8a3df.tar.bz2 |
Merge topic 'cmGeneratorTarget-include-cmProperty' into release-3.18
e65e88fbce cmGeneratorTarget: fix misplaced header
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4864
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
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: |