mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #51250 from fghoussen/fix_build_debian
This commit is contained in:
commit
73be65fc7d
@ -108,6 +108,10 @@ if (WITH_GUI)
|
||||
)
|
||||
endif()
|
||||
|
||||
if (WITH_PDAL)
|
||||
include_directories(SYSTEM "${PDAL_INCLUDE_DIR}")
|
||||
endif()
|
||||
|
||||
if(NOT ENABLE_TESTS)
|
||||
set(SIP_DISABLE_FEATURES ${SIP_DISABLE_FEATURES} TESTS)
|
||||
endif()
|
||||
|
@ -12,6 +12,10 @@ if(HAVE_OPENCL)
|
||||
include_directories(SYSTEM ${OpenCL_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
||||
if (WITH_PDAL)
|
||||
include_directories(SYSTEM "${PDAL_INCLUDE_DIR}")
|
||||
endif()
|
||||
|
||||
#############################################################
|
||||
# Tests:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user