Skip to content

Commit

Permalink
update libkdtree to last version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 committed Nov 22, 2024
1 parent 6f23f01 commit 9006a52
Show file tree
Hide file tree
Showing 22 changed files with 8,427 additions and 663 deletions.
2 changes: 1 addition & 1 deletion src/3rdParty/libkdtree/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 2.8.12)
project (libkdtree CXX)
cmake_minimum_required (VERSION 2.6.0)

option (BUILD_PYTHON_BINDINGS "Build Python bindings (requires SWIG)")

Expand Down
2 changes: 1 addition & 1 deletion src/3rdParty/libkdtree/COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"The Artistic Licence 2.0"
Copyright (c) 2000-2006, The Perl Foundation.
https://www.perlfoundation.org/artistic-license-20.html
http://www.perlfoundation.org/legal/licenses/artistic-2_0.html

Everyone is permitted to copy and distribute verbatim copies of this license
document, but changing it is not allowed.
Expand Down
7 changes: 7 additions & 0 deletions src/3rdParty/libkdtree/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nobase_include_HEADERS = \
kdtree++/allocator.hpp \
kdtree++/function.hpp \
kdtree++/iterator.hpp \
kdtree++/kdtree.hpp \
kdtree++/node.hpp \
kdtree++/region.hpp
Loading

0 comments on commit 9006a52

Please sign in to comment.