Javex / libscep

Implementation of the SCEP protocol in C for both client and server
6 stars 8 forks source link

Check for libcurl and liburiparser when building client #69

Open Javex opened 9 years ago

Javex commented 9 years ago

When the client is built we should check for the dependencies libcurl and liburiparser and already fail at the cmake level, not at the make level. This is proboblay good to implement closely to #68.