edrosten / libcvd

libcvd - efficient and easy to use C++ computer vision library.
Other
238 stars 103 forks source link

Fix 'cvd/convert_image.h' not being installed #94

Closed valgur closed 7 months ago

valgur commented 7 months ago

I'm in the process of creating a Conan package of libCVD and https://github.com/edrosten/libcvd/blob/main/examples/distance_transform.cc example fails for installed libCVD due to this bug currently.

valgur commented 7 months ago

Thank you! Could you also create a new tag for v2.5.1 with this fix, please?

Also, is it okay by you if I use v2.5.x instead of the last GitHub release v2.3.1 for the Conan package?

Here's the Conan Center Index PR, if you're curious: https://github.com/conan-io/conan-center-index/pull/23216

edrosten commented 7 months ago

There you go!

Yeah, please do use the tags rather than the releases. It looks like I forgot to create the "official" release notes. I'll do that too.

valgur commented 7 months ago

Thank you!

Also, the v2.4.1 release is currently marked as "latest" in the repo. You'll probably want to switch that to v2.5.1.

edrosten commented 7 months ago

Thanks, fixed!