Skip to content
Snippets Groups Projects
Commit 322425fa authored by Ben Boeckel's avatar Ben Boeckel
Browse files

cmStateTypes: document that the ordering of targets is important

The ordering is assumed in many places throughout the code and
modification of the enumeration should be done carefully.
parent dca58fa2
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment