Skip to content

Commit

Permalink
[BUG FIX] Fix compilation on debian:
Browse files Browse the repository at this point in the history
In file included from /path/to/QGIS/tests/src/core/testqgspointcloudlayerexporter.cpp:19:
/path/to/QGIS/src/core/pointcloud/qgspointcloudlayerexporter.h:28:10: fatal error: pdal/PointView.hpp: No such file or directory
   28 | #include <pdal/PointView.hpp>
  • Loading branch information
Franck HOUSSEN committed Dec 16, 2022
1 parent a33e2bc commit f82522a
Showing 1 changed file with 4 additions and 0 deletions.
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 f82522a

Please sign in to comment.