diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-22 23:01:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-27 06:44:20 (GMT) |
commit | 736c2042c6bade0322441aafabababcbd92af52e (patch) | |
tree | 6d337a677712c800b7c2834d909c4736c1baa818 /Source/cmGlobalVisualStudio6Generator.cxx | |
parent | f210cb131e5814631d6d2974cf2437632446654f (diff) | |
download | CMake-736c2042c6bade0322441aafabababcbd92af52e.zip CMake-736c2042c6bade0322441aafabababcbd92af52e.tar.gz CMake-736c2042c6bade0322441aafabababcbd92af52e.tar.bz2 |
cmGeneratorTarget: Add GetUtilities API
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio6Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx index bb494f1..5866c0e 100644 --- a/Source/cmGlobalVisualStudio6Generator.cxx +++ b/Source/cmGlobalVisualStudio6Generator.cxx @@ -235,7 +235,7 @@ void cmGlobalVisualStudio6Generator std::string project = target->GetName(); std::string location = expath; this->WriteExternalProject(fout, project.c_str(), - location.c_str(), target->Target->GetUtilities()); + location.c_str(), target->GetUtilities()); } else { |