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
{{ message }}
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
The current CMake configuration doesn't generate static versions of the libraries (.a).
CMake configuration should be updated in order to support the compilation of these static libraries.
Please note that we'll need to compile without -fPIC option when compiling the static libraries.
(But -fPIC must still be used when compiling the dynamic libraries).