[CMake] Incorporating cmake dir into configure.ac, but it depends on a autconf-managed in-tree library

Ron ron.arts at gmail.com
Thu Feb 11 07:11:29 EST 2016


Hi,

I am working on a project that requires libevent and libevhtp.
The latter is cmake managed, my project and libevent are autoconf managed.

(Note that libevhtp depends on libevent, both depend on openssl, which I
rely
on the system to provide.)

The problem is that I run cmake during the configure step, but during that
time libevent has not been built yet, so libevhtp complains about not
finding
the libevent library.

I have to use in-tree libevent and libevhtp due to features I need, and
libevhtp
not being distributed by the linux distro I use.

What is the best way to approach this?

Thanks,
Ron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20160211/78bf1161/attachment.html>


More information about the CMake mailing list