Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PANFEI-CHENG opened this issue Nov 19, 2022 · 3 comments
Open

Comments

@PANFEI-CHENG
Copy link

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

@TongxingJin
Copy link

Maybe it is the problem of pcl1.8

@Ratarang
Copy link

Ratarang commented Apr 8, 2024

I solved this same issure after upgrading pcl to 1.13

@LimHyungTae
Copy link
Member

Maybe, please remove the find_package line as follows:

find_package(PCL QUIET REQUIRED COMPONENTS common io features kdtree)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants