[vcpkg integrate] Do nothing on linux instead of showing error message

This commit is contained in:
Alexander Karatarakis 2018-04-24 11:02:57 -07:00
parent ed9bb36446
commit d126acab7b

View File

@ -392,8 +392,10 @@ With a project open, go to Tools->NuGet Package Manager->Package Manager Console
paths.scripts / "addPoshVcpkgToPowershellProfile.ps1");
Checks::exit_success(VCPKG_LINE_INFO);
}
#endif
Checks::exit_with_message(VCPKG_LINE_INFO, "Unknown parameter %s for integrate", args.command_arguments[0]);
#else
Checks::exit_success(VCPKG_LINE_INFO);
#endif
}
}