Skip to content
Snippets Groups Projects
Commit 845c4b5f authored by Serguei Kolos's avatar Serguei Kolos
Browse files

Merge branch 'deps' into 'master'

Add missing dependency

See merge request atlas-tdaq-software/ipc!8
parents 8eac56bc 50dda3e2
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ tdaq_add_library(ipcproxymanager
IDL_DEPENDS ipc
LINK_LIBRARIES ipc
)
add_dependencies(ipcproxymanager ipc)
add_dependencies(ipcproxymanager ipcproxyicp ipc)
tdaq_add_library(ipcproxy
proxy/proxyimpl.cc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment