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
Fix debian "libatomic not found" error in downstream builds
This is an extension of the workaround implemented previously in #119. That
workaround let the libmultiprocess cmake build work with the debian capnproto
package.
This change extends the workaround to apply to downstream cmake builds that
call find_package(Libmultiprocess), like Bitcoin Core.
Fixes#132
0 commit comments