mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-12 01:09:47 -06:00
We search for tools `ninja-build`, `ninja`, and `samu` as the build tool for the Ninja generator. Re-order the search to prefer whichever tool appears first in the `PATH`. This makes it easier for users to control which tool gets used when more than one is available. Fixes: #20028
8 lines
293 B
ReStructuredText
8 lines
293 B
ReStructuredText
ninja-tool
|
|
----------
|
|
|
|
* The :generator:`Ninja` generator now prefers the first ninja build
|
|
tool to appear in the ``PATH`` no matter whether it is called
|
|
``ninja-build``, ``ninja``, or ``samu``. Previously the first
|
|
of those names to appear anywhere in the ``PATH`` would be preferred.
|