Tutorial python install - add_dependencies
Fails Due to Missing Target Despite find_package
Succeeding
#24
Labels
bug
Something isn't working
I encountered an issue with this line in
CMakeLists.txt
:With this line included, I get the following error:
However, the find_package call seems to be successful:
There are no errors related to finding the package, which suggests that
norlab_icp_mapper
is being located correctly. The problem arises specifically when trying to add it as a dependency target for_core
.When this line is commented out, the code compiles without any errors. However, running:
results in a segmentation fault that occurs at the line:
Environment:
The text was updated successfully, but these errors were encountered: