Skip to content

Commit

Permalink
Merge pull request #253 from jschueller/patch-1
Browse files Browse the repository at this point in the history
CMake: Bump minimum version
  • Loading branch information
jlblancoc authored Jan 7, 2025
2 parents 2607140 + a215984 commit 392e0fa
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 392e0fa

Please sign in to comment.