Skip to content
Snippets Groups Projects
Commit 4c61e40c authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'vs-default-v100'

059c230d VS: Explicitly default to v100 toolset in Visual Studio 2010
parents 19ccd354 059c230d
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ cmGlobalVisualStudio10Generator::cmGlobalVisualStudio10Generator(
this->SystemIsWindowsPhone = false;
this->SystemIsWindowsStore = false;
this->MSBuildCommandInitialized = false;
this->DefaultPlatformToolset = "v100";
this->Version = VS10;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment