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
Edit : for people having the same problem, I ended up adding -DCMAKE_POSITION_INDEPENDENT_CODE=ON to the command line to set it without modifying the project.
The text was updated successfully, but these errors were encountered:
When we want to link a static library to a dynamic one, the static lib has to be compiled with -fPIC on non-windows platforms.
It would be great if this option was available. With cmake it's just a simple line for both ssl and crypto:
Would you like me to make a PR for this?
Edit : for people having the same problem, I ended up adding
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
to the command line to set it without modifying the project.The text was updated successfully, but these errors were encountered: