summaryrefslogtreecommitdiff
path: root/Source/cmCreateTestSourceList.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-06-05 14:37:00 -0400
committerKen Martin <ken.martin@kitware.com>2003-06-05 14:37:00 -0400
commitb1095dd2f091dd01efb24ebb6f85279fa91725ad (patch)
tree0ee4eeaef989c597d2562e0b4c0464fc0fc6849d /Source/cmCreateTestSourceList.cxx
parentb53b467414aadea1500518398eee51efce1104cb (diff)
downloadcmake-b1095dd2f091dd01efb24ebb6f85279fa91725ad.tar.gz
minor fix
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 cef2d46d99..169724f812 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 = args[1];
+ sourceListValue = cfile.GetFullPath();
for(i = testsBegin; i != tests.end(); ++i)
{