FIX: cmSourceFile::SetName was not called correctly for the test source files

This commit is contained in:
Sebastien Barre 2002-03-27 16:19:44 -05:00
parent b0eb1031b7
commit b63d6ee7dd
1 changed files with 2 additions and 2 deletions

View File

@ -202,8 +202,8 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& argsIn)
cfile.SetIsAnAbstractClass(false);
cfile.SetName(i->c_str(),
m_Makefile->GetCurrentDirectory(),
"cxx",
false);
m_Makefile->GetSourceExtensions(),
m_Makefile->GetHeaderExtensions());
m_Makefile->AddSource(cfile, sourceList);
}