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
Recent changes resulted in the dynamic linking of libraries.
Of course, a solution exists, but static linking is a better choice. It seems the package config module in CMake is not doing static linking properly, and I believe this is the culprit.
Hi everyone,
Recent changes resulted in the dynamic linking of libraries.
Of course, a solution exists, but static linking is a better choice. It seems the package config module in CMake is not doing static linking properly, and I believe this is the culprit.
machnet/src/CMakeLists.txt
Line 23 in 2a1bcd3
Please have a look and let me know what you think.
Thanks,
Alireza
The text was updated successfully, but these errors were encountered: