Skip to content

Commit 392e0fa

Browse files
authored
Merge pull request #253 from jschueller/patch-1
CMake: Bump minimum version
2 parents 2607140 + a215984 commit 392e0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
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)