AmbitionFramework / ambition

The Ambition MVC Framework for Vala
http://www.ambitionframework.org
Apache License 2.0
32 stars 4 forks source link

CMakeLists.txt does not check for libreadline #1

Closed Maia-Everett closed 11 years ago

Maia-Everett commented 11 years ago

If libreadline-dev is not installed, the error is caught at the make stage, not the CMake generation stage.

nmelnick commented 11 years ago

Added manual check for the readline header and library to the ambition-bin CMakeLists in commit 49e3cad.