diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-23 16:26:38 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:19:56 (GMT) |
commit | 26e23e8463f9b9e2298e317a70925c56bcb018d1 (patch) | |
tree | 253cfc82f2fd077096cfca909e3d959df90fe3c0 /Source/cmLocalVisualStudio6Generator.cxx | |
parent | 01c26986931a409dbb246b780b808c51aea35c2b (diff) | |
download | CMake-26e23e8463f9b9e2298e317a70925c56bcb018d1.zip CMake-26e23e8463f9b9e2298e317a70925c56bcb018d1.tar.gz CMake-26e23e8463f9b9e2298e317a70925c56bcb018d1.tar.bz2 |
VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx index a7f0616..c4cbdef 100644 --- a/Source/cmLocalVisualStudio6Generator.cxx +++ b/Source/cmLocalVisualStudio6Generator.cxx @@ -1935,7 +1935,7 @@ cmLocalVisualStudio6Generator //---------------------------------------------------------------------------- std::string cmLocalVisualStudio6Generator -::ComputeLongestObjectDirectory(cmTarget&) const +::ComputeLongestObjectDirectory(cmGeneratorTarget const*) const { // Compute the maximum length configuration name. std::string config_max; |