Sublime: Honor source-level COMPILE_FLAGS property
Make the code match the comment.
This commit is contained in:
parent
0ad0c37206
commit
8e947670cf
|
@ -457,7 +457,7 @@ cmExtraSublimeTextGenerator::ComputeFlagsForObject(cmSourceFile* source,
|
|||
}
|
||||
|
||||
// Add source file specific flags.
|
||||
lg->AppendFlags(flags, target->GetProperty("COMPILE_FLAGS"));
|
||||
lg->AppendFlags(flags, source->GetProperty("COMPILE_FLAGS"));
|
||||
|
||||
// TODO: Handle Apple frameworks.
|
||||
|
||||
|
|
Loading…
Reference in New Issue