mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
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:
parent
0b898e0f8d
commit
e0bbd79845
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user