jlblancoc / nanoflann

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

CMake: Bump minimum version #230

Closed jschueller closed 10 months ago

jschueller commented 10 months ago

avoids an ugly warning:

CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.
jlblancoc commented 10 months ago

LGTM, thanks!