mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.
This commit is contained in:
@@ -1939,7 +1939,7 @@ void cmLocalVisualStudio6Generator
|
||||
|
||||
std::string
|
||||
cmLocalVisualStudio6Generator
|
||||
::GetTargetDirectory(cmTarget const&) const
|
||||
::GetTargetDirectory(cmGeneratorTarget const*) const
|
||||
{
|
||||
// No per-target directory for this generator (yet).
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user