Skip to content

Commit d6bdee5

Browse files
committed
pdal 2.4, std=c++17
1 parent a4a3290 commit d6bdee5

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,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.11.0)
22
project(PDAL)
33

4-
set(CMAKE_CXX_STANDARD 11)
4+
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
66
set(CMAKE_CXX_EXTENSIONS OFF)
77
option(WITH_TESTS "Enable tests" OFF)
@@ -14,7 +14,7 @@ set(Python3_FIND_FRAMEWORK "LAST")
1414
find_package(Python3 COMPONENTS Interpreter Development NumPy REQUIRED)
1515

1616
# find PDAL. Require 2.1+
17-
find_package(PDAL 2.1 REQUIRED)
17+
find_package(PDAL 2.4 REQUIRED)
1818

1919
# Taken and adapted from PDAL's cmake macros.cmake
2020

0 commit comments

Comments
 (0)