summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.cxx
diff options
context:
space:
mode:
authorBeeble <beeble@users.noreply.github.com>2017-04-04 19:12:26 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-05 17:37:45 (GMT)
commit4cd815f0b314197ddabea94017e0ce8b15836c17 (patch)
treec4619bb9b11acad2d6dd8b98764eb5cf9482246a /Source/cmGlobalVisualStudio71Generator.cxx
parent4b9e15fb47fcc85f92031a4220d37addb3207726 (diff)
downloadCMake-4cd815f0b314197ddabea94017e0ce8b15836c17.zip
CMake-4cd815f0b314197ddabea94017e0ce8b15836c17.tar.gz
CMake-4cd815f0b314197ddabea94017e0ce8b15836c17.tar.bz2
VS: Pass whole target to WriteProjectConfigurations
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio71Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.cxx b/Source/cmGlobalVisualStudio71Generator.cxx
index 55a788f..05aec52 100644
--- a/Source/cmGlobalVisualStudio71Generator.cxx
+++ b/Source/cmGlobalVisualStudio71Generator.cxx
@@ -249,7 +249,7 @@ void cmGlobalVisualStudio71Generator::WriteExternalProject(
// Write a dsp file into the SLN file, Note, that dependencies from
// executables to the libraries it uses are also done here
void cmGlobalVisualStudio71Generator::WriteProjectConfigurations(
- std::ostream& fout, const std::string& name, cmStateEnums::TargetType,
+ std::ostream& fout, const std::string& name, cmGeneratorTarget const& target,
std::vector<std::string> const& configs,
const std::set<std::string>& configsPartOfDefaultBuild,
std::string const& platformMapping)