Towards a1 1.0.0: rmr improvements
[ric-plt/a1.git] / install_deps.sh
index 9ab8cae..01c45b4 100755 (executable)
@@ -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 ../.. \