No interactive CMake dialog available

revision 4204d6337d6ac81da0f680df683c180b50ca7729

raw

2021-11-12 cmake edit_cache.png

2021-11-12 cmake edit_cache.png
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

History