Compiling SWI-Prolog via git, Ninja works perfectly for me with Homebrew, except
receiving the following message sometime.
Compiling SWI-Prolog.
[0/1] Re-running CMake…
/bin/sh: /usr/local/Cellar/cmake/3.14.0/bin/cmake: No such file or directory
FAILED: build.ninja
According to instruction by Jan, it is fixed by command line
cmake -DCMAKE_INSTALL_PREFIX=$HOME -G Ninja … && ninja && ninja install
Is there any automatic way for ninja to work with updated cmake via Homebrew ?
I am afraid I am asking too much.
Kuniaki Mukai