diff --git a/CMakeLists.txt b/CMakeLists.txt index 01e7ceb..375c61c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,11 +12,12 @@ endif() if(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64") # issues #1285 #1288 - find_library( - rcutils_LIB NAMES rcutils - PATHS "/opt/ros/$ENV{ROS_DISTRO}/lib" - NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH REQUIRED - ) + # Note: Commented out for openEuler - hardcoded Ubuntu path not applicable + # find_library( + # rcutils_LIB NAMES rcutils + # PATHS "/opt/ros/$ENV{ROS_DISTRO}/lib" + # NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH REQUIRED + # ) endif() ##################