X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=install_deps.sh;h=01c45b4796c8635be9f0fd179d73cc5b94f20fd5;hb=a0876efd819b43b870ba2254b34676b1a03ad326;hp=9ab8cae485b19cde9cb8bea3c22088214f4f6f4b;hpb=bfa46147cce23a46a49fb53dfae8a790b0fe34e4;p=ric-plt%2Fa1.git diff --git a/install_deps.sh b/install_deps.sh index 9ab8cae..01c45b4 100755 --- a/install_deps.sh +++ b/install_deps.sh @@ -1,5 +1,5 @@ #!/bin/sh -git clone --branch 1.8.1 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ +git clone --branch 1.9.0 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir .build; cd .build; cmake .. -DPACK_EXTERNALS=1; sudo make install \ && cd ../.. \