Fix lib name duplication error

This commit is contained in:
Kentaro Wada 2017-04-13 23:54:13 +00:00 committed by Paul Bovbel
parent a00763f038
commit 28711dd491

View File

@ -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