mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
cmMakefile: Split accessors for compile options and origins.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user