ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The root cause of this issue was related to my aarch64_toolchainfile.cmake file. This file had the line below:

set(CMAKE_FIND_ROOT_PATH ${CMAKE_CURRENT_LIST_DIR}/install)

This was overriding my other paths. Removing this line resolved the issue.

click to hide/show revision 2
No.2 Revision

The root cause of this issue was related to my aarch64_toolchainfile.cmake aarch64_toolchainfile.cmake file. This file had the line below:

set(CMAKE_FIND_ROOT_PATH ${CMAKE_CURRENT_LIST_DIR}/install)

${CMAKE_CURRENT_LIST_DIR}/install)

This was overriding my other paths. Removing this line resolved the issue.