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
[100%] Linking CXX executable bin/test_libbdsg
/usr/bin/ld: attempted static link of dynamic object `lib/libbdsg.so'
collect2: error: ld returned 1 exit status
and a look at the lib dir shows that nothing has changed:
Specifying
BUILD_STATIC=ON
doesn't actually create static libs when using CMake:results in:
and a look at the
lib
dir shows that nothing has changed:The text was updated successfully, but these errors were encountered: