Skip to content

Commit

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

Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Oct 17, 2024
1 parent 7e2b085 commit 837b19e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CI/ubuntu/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 837b19e

Please sign in to comment.