mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user