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'm using pybind11 to embed python in cpp, but the FindPythonLibsNew module set PYTHON_LIBRARIES to python3.5m instead of the correct /opt/python/3.5.2/lib/python3.5/config-3.5m/libpython3.5m.a,
so my test fails to link.