Merge topic 'dev/alternate-generator-binaries'
f04e0a2b
ninja: Find alternate Ninja-compatible binaries
This commit is contained in:
commit
f2746f2ebe
|
@ -12,6 +12,7 @@
|
|||
# (To distribute this file outside of CMake, substitute the full
|
||||
# License text for the above reference.)
|
||||
|
||||
find_program(CMAKE_MAKE_PROGRAM ninja
|
||||
find_program(CMAKE_MAKE_PROGRAM
|
||||
NAMES ninja-build ninja
|
||||
DOC "Program used to build from build.ninja files.")
|
||||
mark_as_advanced(CMAKE_MAKE_PROGRAM)
|
||||
|
|
Loading…
Reference in New Issue