Skip to content

Commit a215984

Browse files
authored
CMake: Bump minimum version
Avoids the deprecation message stating support for version<3.10 will become obsolete
1 parent 2607140 commit a215984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ----------------------------------------------------------------------------
22
# Root CMake file for nanoflann
33
# ----------------------------------------------------------------------------
4-
cmake_minimum_required(VERSION 3.5)
4+
cmake_minimum_required(VERSION 3.10)
55

66
# Extract library version into "NANOFLANN_VERSION"
77
# -----------------------------------------------------

0 commit comments

Comments
 (0)