Skip to content

Commit 86d027b

Browse files
authored
Add GDAL include dir to compile lasdump (PDAL#4726)
Fixes compilation error on Debian: "fatal error: cpl_vsi.h: No such file or directory"
1 parent 8576493 commit 86d027b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/lasdump/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ target_include_directories(lasdump PRIVATE
1919
${PDAL_INCLUDE_DIR}
2020
${NLOHMANN_INCLUDE_DIR}
2121
${UTFCPP_INCLUDE_DIR}
22+
${GDAL_INCLUDE_DIR}
2223
)
2324

2425
#

0 commit comments

Comments
 (0)