MIT-SPARK / TEASER-plusplus

A fast and robust point cloud registration library
MIT License
1.69k stars 333 forks source link

when i run"cmake .. -DBUILD_TEASER_FPFH=ON && make",an error occurred. #154

Open PANFEI-CHENG opened 1 year ago

PANFEI-CHENG commented 1 year ago

CMake Error at CMakeLists.txt:62 (get_target_property): get_target_property() called with non-existent target "pcl_common".

TongxingJin commented 3 months ago

Maybe it is the problem of pcl1.8

Ratarang commented 2 months ago

I solved this same issure after upgrading pcl to 1.13

LimHyungTae commented 2 months ago

Maybe, please remove the find_package line as follows:

find_package(PCL QUIET REQUIRED COMPONENTS common io features kdtree)