Ken Martin 22 rokov pred
rodič
commit
b1095dd2f0
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Source/cmCreateTestSourceList.cxx

+ 1 - 1
Source/cmCreateTestSourceList.cxx

@@ -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)
     {