microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
21.76k stars 6.05k forks source link

[vcpkg-tool-<ninja>] update to <1.12.0> #38494

Open xb284524239 opened 2 weeks ago

xb284524239 commented 2 weeks ago

Build tool name

ninja

New version number

1.12.0

Other information that may be useful (release notes, etc...)

Operation System: Windows 10

1、The Vcpkg build tool Ninja currently version is 1.10.2. But the official latest version of Ninja is 1.12.0 . Please update it to the latest version 1.12.0 ;

2、The Vcpkg always download Ninja binaries to the %VCPKG_ROOT%/downloads/tools/ninja/<ninja-version>/ directory. How to make Vcpkg prioritize the use of Ninja binaries already downloaded&installed on the computer by myself. (And I have added Ninja.exe to the system environment variable: PATH)

Homepage: https://ninja-build.org/ Repository: https://github.com/ninja-build/ninja