FIX: cmSourceFile::SetName was not called correctly for the test source files
This commit is contained in:
parent
b0eb1031b7
commit
b63d6ee7dd
@ -202,8 +202,8 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& argsIn)
|
|||||||
cfile.SetIsAnAbstractClass(false);
|
cfile.SetIsAnAbstractClass(false);
|
||||||
cfile.SetName(i->c_str(),
|
cfile.SetName(i->c_str(),
|
||||||
m_Makefile->GetCurrentDirectory(),
|
m_Makefile->GetCurrentDirectory(),
|
||||||
"cxx",
|
m_Makefile->GetSourceExtensions(),
|
||||||
false);
|
m_Makefile->GetHeaderExtensions());
|
||||||
m_Makefile->AddSource(cfile, sourceList);
|
m_Makefile->AddSource(cfile, sourceList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user