We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
should read:
The text was updated successfully, but these errors were encountered: