Skip to content

Commit

Permalink
Merge pull request #1760 from jspricke/cmake_vtk
Browse files Browse the repository at this point in the history
Don't set VTK_LIBRARIES manually
  • Loading branch information
SergioRAgostinho committed May 30, 2017
2 parents 2c1572c + e1fa2a3 commit ecd2e89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions PCLConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,6 @@ macro(find_VTK)
endif(PCL_ALL_IN_ONE_INSTALLER AND NOT ANDROID)
if(NOT ANDROID)
find_package(VTK ${QUIET_})
if (VTK_FOUND)
set(VTK_LIBRARIES "@VTK_LIBRARIES@")
endif(VTK_FOUND)
endif()
endmacro(find_VTK)

Expand Down

0 comments on commit ecd2e89

Please sign in to comment.