Skip to content

Commit

Permalink
CMake: Bump minimum version
Browse files Browse the repository at this point in the history
Avoids the deprecation message stating support for version<3.10 will become obsolete
  • Loading branch information
jschueller authored Jan 7, 2025
1 parent 2607140 commit a215984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ----------------------------------------------------------------------------
# Root CMake file for nanoflann
# ----------------------------------------------------------------------------
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.10)

# Extract library version into "NANOFLANN_VERSION"
# -----------------------------------------------------
Expand Down

0 comments on commit a215984

Please sign in to comment.