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
{{ message }}
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
), that means that all those libraries are linked as PRIVATE . However, libraries that are used in the public headers of the library (such as Boost, see
At the moment, the libraries installed by
diagnostic-daemon
link all their dependency without any specifier (seediagnostic-daemon/src/diagnosticdaemoncore/CMakeLists.txt
Line 46 in 74accf2
PRIVATE
. However, libraries that are used in the public headers of the library (such as Boost, seediagnostic-daemon/src/diagnosticdaemoncore/ComponentUdp.h
Line 14 in 74accf2
PUBLIC
dependencies, as they also need to be linked by downstream binaries that link to the library.The text was updated successfully, but these errors were encountered: