I can\'t find where I can get the GUI tool for CMake on MacOSX. I see references to it online but nothing else. I got CMake using
here it is:
http://www.cmake.org/cmake/resources/software.html
extra plugins will imported by their own extensions so no OS compatibility is needed ;)
Try installing the cmake GUI using brew cask
brew cask install cmake
how to install brew cask
brew tap caskroom/caskyou need to install the gui variant:
sudo port install cmake +gui
you may need to run sudo port uninstall cmake first.