lanurmi / efte

eFTE is a fork of FTE -- Folding Text Editor
GNU General Public License v2.0
30 stars 11 forks source link

USE_GPM should be smarter #23

Closed lanurmi closed 8 years ago

lanurmi commented 16 years ago

If the user does not specify ON/OFF, then the system should attempt to decide for itself what should be done.

As it stands now, USE_GPM defaults to ON and building under Mac OS X or FreeBSD will cause a CMake error unless you specify -DUSE_GPM=OFF

Reported by: jcowgar

Original Ticket: "efte/bugs/22":https://sourceforge.net/p/efte/bugs/22

lanurmi commented 16 years ago

Logged In: YES user_id=128244 Originator: YES

In rev 791, we are now using a Makefile again and USE_GPM is now smart.

Original comment by: jcowgar

lanurmi commented 16 years ago

Original comment by: jcowgar