summaryrefslogtreecommitdiff
path: root/Source/cmCreateTestSourceList.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-06-06 09:06:12 -0400
committerKen Martin <ken.martin@kitware.com>2003-06-06 09:06:12 -0400
commit49c8ca5bca27575e0408fb4c23910f91496af020 (patch)
tree2a7495d399f309e62190f997ec44c4632937fdc0 /Source/cmCreateTestSourceList.cxx
parent61a3e4fb808b2643689067a31aa7433d169ab870 (diff)
downloadcmake-49c8ca5bca27575e0408fb4c23910f91496af020.tar.gz
undid change because other changes make it no longer neccesary
Diffstat (limited to 'Source/cmCreateTestSourceList.cxx')
-rw-r--r--Source/cmCreateTestSourceList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx
index 169724f812..cef2d46d99 100644
--- a/Source/cmCreateTestSourceList.cxx
+++ b/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 = cfile.GetFullPath();
+ sourceListValue = args[1];
for(i = testsBegin; i != tests.end(); ++i)
{