Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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...
  • Loading branch information
wonder-sk committed Apr 30, 2023
1 parent 0b898e0 commit e0bbd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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")

Expand Down

0 comments on commit e0bbd79

Please sign in to comment.