Skip to content

Commit 59e6b0b

Browse files
committed
update CMake to require PDAL 2.4
1 parent 21e5b02 commit 59e6b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.11.0)
2-
project(PDAL)
2+
project(pdal-python)
33

44
set(CMAKE_CXX_STANDARD 11)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -13,7 +13,7 @@ set(Python3_FIND_FRAMEWORK "LAST")
1313
find_package(Python3 COMPONENTS Interpreter Development NumPy REQUIRED)
1414

1515
# find PDAL. Require 2.1+
16-
find_package(PDAL 2.1 REQUIRED)
16+
find_package(PDAL 2.4 REQUIRED)
1717

1818
# find PyBind11
1919
find_package(pybind11 REQUIRED)

0 commit comments

Comments
 (0)