add ninja program

Not sure if it is requiring to get full name `ninja-build
This commit is contained in:
rafal1137 2024-01-31 21:06:38 +01:00 committed by GitHub
parent 5be840c18f
commit 5112be3675
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: