Open stuartedward opened 6 years ago
cmake build info
cmake: stable 3.12.1 (bottled), HEAD
Cross-platform make
https://www.cmake.org/
/usr/local/Cellar/cmake/3.12.1 (2,417 files, 33.6MB) *
Poured from bottle on 2018-08-20 at 10:30:27
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/cmake.rb
==> Dependencies
Build: sphinx-doc ✘
==> Options
--with-completion
Install Bash completion (Has potential problems with system bash)
--without-docs
Don't build man pages
--HEAD
Install HEAD version
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/cmake
No there isnt, the cmake command has to be recognized by your system. I am pretty sure there is a way to link the cmake runtime properly.
Building on a Mac. On attempting to deploy the project repo to Heroku, I see an error message relating to cmake not being found.
I installed cmake with Homebrew but it did not save to usr/bin/sh. Is there a way to point the package to a different file path to retrieve the cmake build?