mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
inconditionally include pdal headers
completes 86b00f5 / #61894 fixes #61887
This commit is contained in:
parent
e01d6d7c4c
commit
a49aa77377
@ -587,14 +587,11 @@ target_include_directories(qgis_analysis PUBLIC
|
||||
${CMAKE_SOURCE_DIR}/src/analysis/vector/
|
||||
${CMAKE_SOURCE_DIR}/src/analysis/vector/geometry_checker
|
||||
${CMAKE_SOURCE_DIR}/external/tinygltf
|
||||
|
||||
${CMAKE_BINARY_DIR}/src/analysis
|
||||
|
||||
if (WITH_PDAL AND NOT PDAL_2_5_OR_HIGHER)
|
||||
${CMAKE_SOURCE_DIR}/src/analysis/processing/pdal
|
||||
endif()
|
||||
${CMAKE_SOURCE_DIR}/src/analysis/processing/pdal
|
||||
)
|
||||
|
||||
|
||||
GENERATE_EXPORT_HEADER(
|
||||
qgis_analysis
|
||||
BASE_NAME ANALYSIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user