CMake GUI on Mac

Mr. Boy picture Mr. Boy · Apr 6, 2012 · Viewed 31.9k times · Source

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 MacPorts but on Windows I am used to using the GUI.

Does it exist on Mac and where/how do I get it?

Answer

Andrew picture Andrew · Jul 15, 2012

you need to install the gui variant:

sudo port install cmake +gui

you may need to run sudo port uninstall cmake first.