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 following instructions from here to build a static library and link it to my external binary (I use cmake in my project). It seems that the static lib isn't fully self contained.
I wonder if this is a known issue and how it could be fixed?