mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 17:11:04 +00:00
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:
commit
83f9c6275d
@ -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