Fix lib name duplication error
This commit is contained in:
parent
a00763f038
commit
28711dd491
@ -9,6 +9,8 @@ find_package(PCL REQUIRED)
|
||||
|
||||
if(NOT "${PCL_LIBRARIES}" STREQUAL "")
|
||||
list(REMOVE_ITEM PCL_LIBRARIES "vtkproj4")
|
||||
# FIXME: this causes duplicates and not found error in ubuntu:zesty
|
||||
list(REMOVE_ITEM PCL_LIBRARIES "/usr/lib/libmpi.so")
|
||||
endif()
|
||||
|
||||
## Find catkin packages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user