diff options
author | Brad King <brad.king@kitware.com> | 2016-07-22 13:17:36 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-07-22 13:17:36 (GMT) |
commit | 4c61e40cc59e176a175529ad73598b36690f3299 (patch) | |
tree | 7fbbd845e8356133ba7bdd08575d4583668cf67a /Source | |
parent | 19ccd354730a6f9eeb70fa586c9b8bc4d32b3a07 (diff) | |
parent | 059c230d89b2f5c82423fc6458302620f4b09599 (diff) | |
download | CMake-4c61e40cc59e176a175529ad73598b36690f3299.zip CMake-4c61e40cc59e176a175529ad73598b36690f3299.tar.gz CMake-4c61e40cc59e176a175529ad73598b36690f3299.tar.bz2 |
Merge topic 'vs-default-v100'
059c230d VS: Explicitly default to v100 toolset in Visual Studio 2010
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx index c13c622..df831e5 100644 --- a/Source/cmGlobalVisualStudio10Generator.cxx +++ b/Source/cmGlobalVisualStudio10Generator.cxx @@ -101,6 +101,7 @@ cmGlobalVisualStudio10Generator::cmGlobalVisualStudio10Generator( this->SystemIsWindowsPhone = false; this->SystemIsWindowsStore = false; this->MSBuildCommandInitialized = false; + this->DefaultPlatformToolset = "v100"; this->Version = VS10; } |