mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
minor fix
This commit is contained in:
@@ -304,7 +304,7 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& args)
|
||||
cmSystemTools::GetFilenameExtension(args[1]).c_str()+1,
|
||||
false);
|
||||
m_Makefile->AddSource(cfile);
|
||||
sourceListValue = args[1];
|
||||
sourceListValue = cfile.GetFullPath();
|
||||
|
||||
for(i = testsBegin; i != tests.end(); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user