Skip to content

Commit 6785a46

Browse files
authored
Fix missing include dir for untwine
1 parent 1779d1b commit 6785a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/pdal/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ set(UNTWINE_INCLUDE_DIRS
101101
${CMAKE_SOURCE_DIR}/external/untwine/untwine
102102
${CMAKE_SOURCE_DIR}/external/untwine/epf
103103
${CMAKE_SOURCE_DIR}/external/untwine/bu
104+
${CMAKE_SOURCE_DIR}/external/untwine
104105
${CMAKE_SOURCE_DIR}/untwine/api
105106
${CMAKE_BINARY_DIR}/untwine
106107
)

0 commit comments

Comments
 (0)