Makefile: Correct search for cmake

This commit is contained in:
Mahmoud Al-Qudsi 2019-04-09 22:32:29 -05:00
parent ab1519acef
commit a21c65a5ac

View file

@ -21,7 +21,7 @@ all: .begin build/fish
PHONY: .begin
.begin:
@which ninja > /dev/null 2> /dev/null || \
@which $(CMAKE) > /dev/null 2> /dev/null || \
(echo 'Please install CMake and then re-run the `make` command!' 1>&2 && false)
build/fish: build/$(BUILDFILE)