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 21e5b02 commit 59e6b0bCopy full SHA for 59e6b0b
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.11.0)
2
-project(PDAL)
+project(pdal-python)
3
4
set(CMAKE_CXX_STANDARD 11)
5
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -13,7 +13,7 @@ set(Python3_FIND_FRAMEWORK "LAST")
13
find_package(Python3 COMPONENTS Interpreter Development NumPy REQUIRED)
14
15
# find PDAL. Require 2.1+
16
-find_package(PDAL 2.1 REQUIRED)
+find_package(PDAL 2.4 REQUIRED)
17
18
# find PyBind11
19
find_package(pybind11 REQUIRED)
0 commit comments