No interactive CMake dialog available

revision 7b9ff86f5b9a5217d091c7fb12084aa445800d23

raw

README.rst

When compiling gerbera I wanted to use the configure gui, but got an error:

$ make edit_cache
No interactive CMake dialog available...
No interactive CMake dialog available.

I had to install a package for that:

$ apt install cmake-curses-gui
$ cmake ../gerbera
$ make edit_cache
raw

cmake edit_cache.png

cmake edit_cache.png

History