Enable build with PDAL by default

Point cloud support has been there in a couple of QGIS releases already
and it would make sense to have the PDAL support built by default.
Without PDAL, point cloud layer implementation is very limited,
not allowing indexing and display of regular files like LAS/LAZ,
and the Processing algorithms are not available either...
This commit is contained in:
Martin Dobias 2023-04-12 11:02:48 +02:00
parent 0b898e0f8d
commit e0bbd79845

View File

@ -282,7 +282,7 @@ if(WITH_CORE)
endif()
endif(WITH_HANA)
set (WITH_PDAL FALSE CACHE BOOL "Determines whether PDAL support should be built")
set (WITH_PDAL TRUE CACHE BOOL "Determines whether PDAL support should be built")
set (WITH_EPT TRUE CACHE BOOL "Determines whether Entwine Point Cloud (EPT) support should be built")