Skip to content
Snippets Groups Projects
Commit c850e80b authored by Toyohisa Kameyama's avatar Toyohisa Kameyama Committed by Adam J. Stewart
Browse files

cbtf: add rpcsvc-proto and libtirpc dependency. (#13798)

parent aec5874b
Branches
No related tags found
No related merge requests found
......@@ -34,6 +34,12 @@ class Cbtf(CMakePackage):
depends_on("cmake@3.0.2:", type='build')
# for rpcgen
depends_on("rpcsvc-proto", type='build')
# for rpc
depends_on("libtirpc", type='link')
depends_on("boost@1.66.0:1.69.0")
# For MRNet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment