Merge topic 'fix-sublime-source-flags'

8e94767 Sublime: Honor source-level COMPILE_FLAGS property
This commit is contained in:
Brad King 2013-05-21 15:12:58 -04:00 committed by CMake Topic Stage
commit a784e6f9f7
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.