mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Makefile: Correct search for cmake
This commit is contained in:
parent
ab1519acef
commit
a21c65a5ac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue