mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
FIX: cmSourceFile::SetName was not called correctly for the test source files
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user