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
With `-DBUILD_SHARED_LIBS=ON`, the command line option gets defined
twice because the source file is included twice, once as part of the
library, once directly in the binary.
Fix this by adding source files only to the library, not to the binary.
0 commit comments