Merge pull request #51250 from fghoussen/fix_build_debian

This commit is contained in:
Matthias Kuhn 2022-12-17 13:00:36 +01:00 committed by GitHub
commit 73be65fc7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -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()

View File

@ -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: