Skip to content

Commit

Permalink
readers.rdb needs eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 22, 2020
1 parent 2f3a01d commit f912a8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/rdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ PDAL_ADD_PLUGIN(libname reader rdb
)
target_include_directories(${libname} PRIVATE "${PDAL_VENDOR_DIR}/eigen")

# windows requires explicit linking against
# windows requires explicit linking against
# rdbcpp
if (WIN32)
set(RDB_LIBRARY "rdbcpp")
endif()

set(RDB_TEST_NAME pdal_io_rdb_reader_test)
option(BUILD_RDBLIB_TESTS "Build rdblib tests" ON)
if (WITH_TESTS)
Expand All @@ -41,6 +41,8 @@ if (BUILD_RDBLIB_TESTS)
${PROJECT_BINARY_DIR}/plugins/rdb/test
${PROJECT_SOURCE_DIR}/plugins/rdb/io
${RDB_INCLUDE_CPP_DIR}
${PDAL_VENDOR_DIR}/eigen

)
endif()
endif()

0 comments on commit f912a8c

Please sign in to comment.