[CMake] ubuntu 12.04

Nils Gladitz nilsgladitz at gmail.com
Tue Apr 22 07:46:15 EDT 2014


On 22.04.2014 13:27, Petar Petrov wrote:
> I've installed: sudo apt-get install  libncurses5-dev
>
> yet same error message !!!

Try with a fresh build directory.

> othwise I can install cmake through shell and:
> cmake --version returns 2.12.2
> but cmake-gui reports 2.8.7

The curses (console) UI is ccmake not cmake-gui.
cmake-gui requires Qt and can be enabled with -DBUILD_QtDialog=ON

Nils


More information about the CMake mailing list