gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.21k stars 484 forks source link

SearchForStuff: Do not pass /usr/lib to PATH in qwt's find_library #3178

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

/usr/lib is already part of the paths in which find_library will search in). However, setting it in PATHS will find the library with maximum priority there even if the library is also available in some other location (for example, when qwt is available in an activated conda environment).