summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-08 13:38:22 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-03-08 13:38:38 (GMT)
commit83f9c6275d8f2d20da924a929d659135335a213a (patch)
treef10af291e51bece6f5622d0a8ce3c3a51f348f1e
parent49afdb1e8270f7ee60760cae4ff43ebb6864ce2c (diff)
parent322425faca3fa6dca1356cdcb4c44ea8d46bc32a (diff)
downloadCMake-83f9c6275d8f2d20da924a929d659135335a213a.zip
CMake-83f9c6275d8f2d20da924a929d659135335a213a.tar.gz
CMake-83f9c6275d8f2d20da924a929d659135335a213a.tar.bz2
Merge topic 'target-type-ordering-comment'
322425fa cmStateTypes: document that the ordering of targets is important Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !560
-rw-r--r--Source/cmStateTypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmStateTypes.h b/Source/cmStateTypes.h
index 2c974c1..da14cdb 100644
--- a/Source/cmStateTypes.h
+++ b/Source/cmStateTypes.h
@@ -27,6 +27,9 @@ enum SnapshotType
VariableScopeType
};
+// There are multiple overlapping ranges represented here. Be aware that adding
+// a value to this enumeration may cause failures in numerous places which
+// assume details about the ordering.
enum TargetType
{
EXECUTABLE,