mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 17:11:04 +00:00
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.
This commit is contained in:
parent
dca58fa279
commit
322425faca
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user