jlblancoc / nanoflann

nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees
Other
2.22k stars 488 forks source link

Version wasn't bumped since 1.5.1 #229

Closed juliangaal closed 8 months ago

juliangaal commented 9 months ago

If I understand correctly, the version wasn't bumped since v1.5.1

https://github.com/jlblancoc/nanoflann/blob/0b9fc585e3425e821c834ff8e4e584f6f8007f63/include/nanoflann.hpp#L64

This would be useful to force specific versions in cmake

find_package(nanoflann 1.5.3 EXACT REQUIRED)

I don't think there's an easy way to fix the Release, just wanted to let you know for the next.

juliangaal commented 8 months ago

Fixed in v1.5.4, thanks