You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running sudo brew install cmake, as suggested in cmake_config.sh, now results in an error:
Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.
On the other hand, brew install --cask cmake works and allows installation of nloptr.
The text was updated successfully, but these errors were encountered:
Running
sudo brew install cmake
, as suggested incmake_config.sh
, now results in an error:On the other hand,
brew install --cask cmake
works and allows installation ofnloptr
.The text was updated successfully, but these errors were encountered: