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
Issue was recreated using the steps in Examples except I ran colcon build --symlink-install to build. The result:
colcon build --symlink-install
Starting >>> irobot_lock_free_events_queue --- stderr: irobot_lock_free_events_queue CMake Error at /opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_targets.cmake:102 (file): Error evaluating generator expression: $<TARGET_FILE:irobot_lock_free_events_queue> Target "irobot_lock_free_events_queue" is not an executable or library. Call Stack (most recent call first): /opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/install.cmake:37 (ament_cmake_symlink_install_targets) CMakeLists.txt:29 (install) CMake Error at /opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/ament_cmake_symlink_install_targets.cmake:102 (file): Error evaluating generator expression: $<TARGET_FILE:irobot_lock_free_events_queue> Target "irobot_lock_free_events_queue" is not an executable or library. Call Stack (most recent call first): /opt/ros/humble/share/ament_cmake_core/cmake/symlink_install/install.cmake:37 (ament_cmake_symlink_install_targets) CMakeLists.txt:29 (install) CMake Generate step failed. Build files cannot be regenerated correctly. --- Failed <<< irobot_lock_free_events_queue [1.00s, exited with code 1]
The text was updated successfully, but these errors were encountered:
Would you mind trying this fix? #7
Sorry, something went wrong.
That does fix it
No branches or pull requests
Issue was recreated using the steps in Examples except I ran
colcon build --symlink-install
to build. The result:The text was updated successfully, but these errors were encountered: