mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
Removed the requirement for Local DB 2012 in the devkit builder.
This commit is contained in:
parent
c9767a986f
commit
5a41a3d0a4
1 changed files with 0 additions and 1 deletions
|
|
@ -195,7 +195,6 @@ namespace Cosmos.Build.Builder {
|
|||
CheckVs2010Sp1();
|
||||
CheckNet35Sp1(); // Required by VMWareLib
|
||||
CheckNet402();
|
||||
CheckLocalDb2012();
|
||||
CheckForInno();
|
||||
CheckForInstall("Microsoft Visual Studio 2010 SDK SP1", true);
|
||||
bool vmWareInstalled = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue