Skip to content

Commit

Permalink
Merge pull request #51250 from fghoussen/fix_build_debian
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 17, 2022
2 parents f591542 + f82522a commit 73be65f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/CMakeLists.txt
Expand Up @@ -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()
Expand Down
4 changes: 4 additions & 0 deletions tests/src/core/CMakeLists.txt
Expand Up @@ -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:

Expand Down

0 comments on commit 73be65f

Please sign in to comment.