Skip to content

Commit

Permalink
VS: Explicitly default to v100 toolset in Visual Studio 2010
Browse files Browse the repository at this point in the history
Otherwise `CMAKE_VS_PLATFORM_TOOLSET` is not set even though the `v100`
toolset is chosen.
  • Loading branch information
Ubiquite authored and bradking committed Jul 21, 2016
1 parent 850764f commit 059c230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/cmGlobalVisualStudio10Generator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ cmGlobalVisualStudio10Generator::cmGlobalVisualStudio10Generator(
this->SystemIsWindowsPhone = false;
this->SystemIsWindowsStore = false;
this->MSBuildCommandInitialized = false;
this->DefaultPlatformToolset = "v100";
this->Version = VS10;
}

Expand Down

0 comments on commit 059c230

Please sign in to comment.