You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that python libs are installed for Windows and ROS humble standalone build. Based on a comment from CMakeLists, all python libs should be skipped.
I have checked for which path redex for searching python libs doesn't work. It was: C:/opt/ros/humble/x64/Lib/python310.lib. It seems that redex should be changed to .*(libs|Lib)\/python[0-9]*\.lib.
The text was updated successfully, but these errors were encountered:
I have noticed that python libs are installed for Windows and ROS humble standalone build. Based on a comment from CMakeLists, all python libs should be skipped.
I have checked for which path redex for searching python libs doesn't work. It was:
C:/opt/ros/humble/x64/Lib/python310.lib
. It seems that redex should be changed to.*(libs|Lib)\/python[0-9]*\.lib
.The text was updated successfully, but these errors were encountered: