Skip to content

Commit 97faa21

Browse files
committed
align PDAL dep with pdal-python
1 parent c7a7f23 commit 97faa21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ set(Python3_FIND_FRAMEWORK "LAST")
1515
find_package(Python3 COMPONENTS Interpreter Development.Module Development.Embed NumPy REQUIRED)
1616

1717

18-
# find PDAL. Require 2.1+
19-
find_package(PDAL 2.6 REQUIRED)
18+
# find PDAL.
19+
find_package(PDAL 2.7 REQUIRED)
2020

2121
# Taken and adapted from PDAL's cmake macros.cmake
2222

0 commit comments

Comments
 (0)