rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
75 stars 91 forks source link

cmake: mark libcheck as required for tests #203

Closed lucab closed 4 years ago

lucab commented 4 years ago

This adds an explicit REQUIRED annotation for libcheck when configuring tests, aborting configuration if it cannot be found.

lukash commented 4 years ago

Thanks!

lucab commented 4 years ago

@lukash thank you for your prompt feedback! I'm still seeing some weird linkage issues (possibly due to a static libcheck), I may further follow up if/when I figure out what's going on.