summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-08-01 19:25:40 (GMT)
committerBrad King <brad.king@kitware.com>2007-08-01 19:25:40 (GMT)
commitea874415d9f1a1058aadb38c6987b18d8b3324f5 (patch)
treed057bde4debad9f639903126bccf6854be6ced13 /Source/cmLocalVisualStudio7Generator.cxx
parent2246e0336db396058ebcec67527bf790a34a8e72 (diff)
downloadCMake-ea874415d9f1a1058aadb38c6987b18d8b3324f5.zip
CMake-ea874415d9f1a1058aadb38c6987b18d8b3324f5.tar.gz
CMake-ea874415d9f1a1058aadb38c6987b18d8b3324f5.tar.bz2
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index c4d7a35..5f9ab7a 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -1619,7 +1619,7 @@ void cmLocalVisualStudio7Generator::ConfigureFinalPass()
//----------------------------------------------------------------------------
std::string cmLocalVisualStudio7Generator
-::GetTargetDirectory(cmTarget& target)
+::GetTargetDirectory(cmTarget const& target) const
{
std::string dir;
dir += target.GetName();