robotology / yarp-matlab-bindings

SWIG-based bindings of YARP for Matlab and Octave, based on the MEX C-API.
6 stars 5 forks source link

Do not set C++11 explicitly on macOS [yarp-3.4] #63

Closed traversaro closed 3 years ago

traversaro commented 3 years ago

YARP exports the C++14 compilation requirements since a long time, so setting -std=c++11 manually just creates problems in code that actually requires C++14.

This should fix the problem in https://github.com/robotology/robotology-superbuild/pull/644 .

traversaro commented 3 years ago

This is like https://github.com/robotology/yarp-matlab-bindings/pull/6, but for the yarp-3.4 branch.