mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-09 16:05:00 +00:00
add ninja program
Not sure if it is requiring to get full name `ninja-build
This commit is contained in:
parent
5be840c18f
commit
5112be3675
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ set(LIBS_DOWNLOAD_DIR ${PROJECT_BINARY_DIR}/downloads/pgk)
|
|||
set(LIBS_DOWNLOAD_SRC_DIR ${PROJECT_BINARY_DIR}/downloads/src)
|
||||
|
||||
if (UNIX)
|
||||
find_program(MAKE NAMES gmake make mingw32-make REQUIRED)
|
||||
find_program(MAKE NAMES gmake make mingw32-make ninja REQUIRED)
|
||||
endif()
|
||||
|
||||
# note/FIXME/clarify:
|
||||
|
|
Loading…
Reference in a new issue