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

Install components error #1

Open
CorrieVS opened this issue Mar 14, 2024 · 0 comments
Open

Install components error #1

CorrieVS opened this issue Mar 14, 2024 · 0 comments

Comments

@CorrieVS
Copy link

When running catkin build with the install option enabled, there are build errors. In this package, there is a typo in CMakeLists.txt on line 129.

There are several packages in temoto that do not appear to have the install options configured in the CMakeLists.txt files.

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/rapidjson/include/
        DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})

should read:

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/temoto_action_engine/rapidjson/include/
        DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
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

1 participant