Skip to content

Commit

Permalink
Fix include of VTK files
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorLamoine committed Jun 3, 2019
1 parent acd27de commit fafe79d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ catkin_package(
## Build ##
###########

include(
${VTK_USE_FILE}
)

include_directories(
include
${VTK_USE_FILE}
${PCL_INCLUDE_DIRS}
${catkin_INCLUDE_DIRS}
)
Expand Down

0 comments on commit fafe79d

Please sign in to comment.