diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-06-06 13:06:12 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-06-06 13:06:12 (GMT) |
commit | 49c8ca5bca27575e0408fb4c23910f91496af020 (patch) | |
tree | 2a7495d399f309e62190f997ec44c4632937fdc0 /Source/cmCreateTestSourceList.cxx | |
parent | 61a3e4fb808b2643689067a31aa7433d169ab870 (diff) | |
download | CMake-49c8ca5bca27575e0408fb4c23910f91496af020.zip CMake-49c8ca5bca27575e0408fb4c23910f91496af020.tar.gz CMake-49c8ca5bca27575e0408fb4c23910f91496af020.tar.bz2 |
undid change because other changes make it no longer neccesary
Diffstat (limited to 'Source/cmCreateTestSourceList.cxx')
-rw-r--r-- | Source/cmCreateTestSourceList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx index 169724f..cef2d46 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) { |