Sublime: Honor source-level COMPILE_FLAGS property

Make the code match the comment.
This commit is contained in:
Stephen Kelly 2013-05-16 18:58:58 +02:00 committed by Brad King
parent 0ad0c37206
commit 8e947670cf
1 changed files with 1 additions and 1 deletions

View File

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