Skip to content

Commit

Permalink
Merge pull request #24 from naturerobots/fix/remove-vtk
Browse files Browse the repository at this point in the history
Fix/remove vtk
  • Loading branch information
amock authored Oct 18, 2024
2 parents 7030533 + 59e82e8 commit 2554799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LVR2Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ list(APPEND LVR2_INCLUDE_DIRS ${OpenCV_INCLUDE_DIRS})
find_package(Eigen3 REQUIRED)
list(APPEND LVR2_INCLUDE_DIRS ${EIGEN3_INCLUDE_DIR})

find_package(VTK REQUIRED)
find_package(VTK)
list(APPEND LVR2_INCLUDE_DIRS ${VTK_INCLUDE_DIRS})
list(APPEND LVR2_DEFINITIONS ${VTK_DEFINTIONS})

Expand Down

0 comments on commit 2554799

Please sign in to comment.