mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:23:02 +08:00
540a32c841
On Ubuntu 16.04, old versions of g++ such as 4.9 are available. Other Linux distributions may also ship with g++ versions older than 5. With the previous test, the bootstrap script was not failing fast and instead was starting to compile vcpkg before it encountered the unsupported flag -std=c++1z. The error message was not very explicit and that was making it difficult to the developer to understand what the problem was. However, when using g++ 5, an clear error message was printed to help the user. This commit shows the helpful error message anytime g++ is older than version 6. |
||
---|---|---|
.. | ||
buildsystems | ||
cmake | ||
ifw | ||
posh-vcpkg/0.0.1 | ||
templates | ||
toolchains | ||
addPoshVcpkgToPowershellProfile.ps1 | ||
bootstrap.ps1 | ||
bootstrap.sh | ||
fetchTool.ps1 | ||
findAnyMSBuildWithCppPlatformToolset.ps1 | ||
findVisualStudioInstallationInstances.ps1 | ||
get_triplet_environment.cmake | ||
getProgramFiles32bit.ps1 | ||
getProgramFilesPlatformBitness.ps1 | ||
getWindowsSDK.ps1 | ||
internalCI.ps1 | ||
ports.cmake | ||
VcpkgPowershellUtils-ClearEnvironment.ps1 | ||
VcpkgPowershellUtils.ps1 | ||
vcpkgTools.xml |