cmake branch termcap
Patrick Mulder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <CAEx2pddJb=YVNdq+eeVmRoWfnb5ELGc+pA9LH2T33pSO_DPLcA@mail.gmail.com> |
Hello, I quickly had a try on the cmake-3 branch on OpenSUSE system. It gives: .... -- Looking for readline in readline -- Looking for readline in readline - found -- Looking for tgetent in termcap -- Looking for tgetent in termcap - not found -- Configuring done The termcap library is in rpm -ql termcap /usr/lib64/termcap /usr/lib64/termcap/libtermcap.a /usr/lib64/termcap/libtermcap.so It seems termcap is depcrecated with respect to ncurses. How would I add the LDFLAGS -L/usr/lib64/termcap to the CMake project? Thanks! Patrick