-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error: "add_action_files() directory not found", but msg and srv building fine #29
Comments
Ah it seems that somehow my system has an old version (installed via http://wiki.ros.org/mrt_cmake_modules - |
sudo apt update &&
sudo apt upgrade ros-melodic-mrt-cmake-modules &&
sudo apt install --reinstall ros-melodic-mrt-cmake-modules did not help. It seems to be a version from 15.10.2020?
|
Hey @JohannesBeck |
The ros package has the following structure:
When building (
catkin build custom_msg_pkg
) I'm getting the following error:If I comment out
mrt_add_action_files(action)
in CMakeLists.txt everything builds fine.Does it have to do something with this difference:
mrt_cmake_modules/cmake/mrt_cmake_modules-macros.cmake
Lines 468 to 469 in 81d1b54
vs.
mrt_cmake_modules/cmake/mrt_cmake_modules-macros.cmake
Lines 477 to 478 in 81d1b54
The text was updated successfully, but these errors were encountered: