From 837b19ed32cc3d389359ea4702a477c272d523c7 Mon Sep 17 00:00:00 2001 From: Adrian Stanea Date: Thu, 17 Oct 2024 11:01:07 +0300 Subject: [PATCH] MERGE: install deps - fix libiio install typo Signed-off-by: Adrian Stanea --- CI/ubuntu/install_deps | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CI/ubuntu/install_deps b/CI/ubuntu/install_deps index dbc05160..d5aad598 100755 --- a/CI/ubuntu/install_deps +++ b/CI/ubuntu/install_deps @@ -90,9 +90,8 @@ build_glog() { build_libiio() { echo "### Building libiio - version $LIBIIO_VERSION" - git clone https://github.com/analogdevicesinc/libiio.git -branch $LIBIIO_VERSION "${WORKDIR}"/libiio + git clone https://github.com/analogdevicesinc/libiio.git --branch $LIBIIO_VERSION "${WORKDIR}"/libiio - git clone https://github.com/analogdevicesinc/libiio.git -b $LIBIIO_VERSION libiio mkdir -p build && cd build cmake "${WORKDIR}"/libiio \ -Werror=dev \