mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vcpkg integrate] Do nothing on linux instead of showing error message
This commit is contained in:
parent
ed9bb36446
commit
d126acab7b
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user