We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a7f23 commit 97faa21Copy full SHA for 97faa21
1 file changed
CMakeLists.txt
@@ -15,8 +15,8 @@ set(Python3_FIND_FRAMEWORK "LAST")
15
find_package(Python3 COMPONENTS Interpreter Development.Module Development.Embed NumPy REQUIRED)
16
17
18
-# find PDAL. Require 2.1+
19
-find_package(PDAL 2.6 REQUIRED)
+# find PDAL.
+find_package(PDAL 2.7 REQUIRED)
20
21
# Taken and adapted from PDAL's cmake macros.cmake
22
0 commit comments