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
This commit is contained in:
Brad King 2017-03-08 13:38:22 +00:00 committed by Kitware Robot
commit 83f9c6275d

View File

@ -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,