Skip to content

Commit

Permalink
MERGE: install deps
Browse files Browse the repository at this point in the history
- fix libiio install

Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Oct 17, 2024
1 parent 7e2b085 commit 29b8f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/ubuntu/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ 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
cd "${WORKDIR}"/libiio
mkdir -p build && cd build
cmake "${WORKDIR}"/libiio \
-Werror=dev \
Expand Down

0 comments on commit 29b8f1e

Please sign in to comment.