It seems like there should be such an obvious answer, but I've searched and can't find one; what is the difference between cmake
and ccmake
. I have the Ubuntu package cmake
installed, and on my Windows computer, I have the installer from the website, but neither have the command ccmake
available... Yet, the tutorials, seem to reference it quite regularly.
It seems that ccmake
on Unix is, CMakeSetup
on Windows (which is the setup program). But I'm a little confused about it to be honest. Is it just an alternative to manually typing your own CMakeLists.txt
files?