cmMakefile: Split accessors for compile options and origins.

This commit is contained in:
Stephen Kelly
2015-07-08 23:17:16 +02:00
parent d6239507b2
commit b2de25aded
5 changed files with 28 additions and 25 deletions

View File

@@ -50,7 +50,6 @@ bool cmTargetCompileOptionsCommand
bool, bool)
{
cmListFileBacktrace lfbt = this->Makefile->GetBacktrace();
cmValueWithOrigin entry(this->Join(content), lfbt);
tgt->InsertCompileOption(entry);
tgt->InsertCompileOption(this->Join(content), lfbt);
return true;
}