X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=install_deps.sh;h=01c45b4796c8635be9f0fd179d73cc5b94f20fd5;hb=a0876efd819b43b870ba2254b34676b1a03ad326;hp=f7b3660cf941e568953e6a4ec1da18f8fcace73f;hpb=24514469850dc9a543869f132385633039c5f5a6;p=ric-plt%2Fa1.git diff --git a/install_deps.sh b/install_deps.sh index f7b3660..01c45b4 100755 --- a/install_deps.sh +++ b/install_deps.sh @@ -1,5 +1,5 @@ #!/bin/sh -git clone 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 ../.. \