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
cmake: Suppress compiler warnings from capnproto headers
Tweak target_link_libraries calls to correctly declare dependencies on
capnproto libraries as public, so capnproto include directories get correctly
added to downstream targets. Without this, compiler warnings can be triggered
from capnproto headers because they are not treated like external headers.
Fixes#138
0 commit comments