diff --git a/Makefile b/Makefile index 6fbae5f41..dedfec76c 100644 --- a/Makefile +++ b/Makefile @@ -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)