ros / pluginlib

Library for loading/unloading plugins in ROS packages during runtime
http://ros.org/wiki/pluginlib
57 stars 101 forks source link

change default behaviour to use c++fs if stdlib is not explicitly spe… #214

Closed asobhy-qnx closed 3 years ago

asobhy-qnx commented 3 years ago

…cified for QNX

The default C++ library when using qnx compiler is libc++, so if stdlib compiler option is not explicitly specified we need to use FILESYSTEM lib to be c++fs. The change in this commit applies this.

asobhy-qnx commented 3 years ago

@clalancette can we merge this?

clalancette commented 3 years ago

@clalancette can we merge this?

Sure, that works for me.