Skip to content

Commit

Permalink
config: Add python bindings for libad9361
Browse files Browse the repository at this point in the history
Add python bindings for libad9361
Set WITH_DOC to off because Doxygen fails without sphyinx-build for both libads

Signed-off-by: mlradu <larisa.radu@analog.com>
  • Loading branch information
mlradu committed Feb 13, 2025
1 parent 0175331 commit 505bc9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ CONFIG_LIBAD9166_IIO_CMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_COLOR_MAKEFILE=OFF \
-DPYTHON_BINDINGS=ON \
-DWITH_DOC=OFF
-Bbuild -H."
BRANCH_LIBAD9166_IIO=libad9166-iio-v0
#
Expand All @@ -87,6 +88,8 @@ CONFIG_LIBAD9361_IIO=n
CONFIG_LIBAD9361_IIO_CMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_COLOR_MAKEFILE=OFF \
-DPYTHON_BINDINGS=ON \
-DWITH_DOC=OFF \
-Bbuild -H."
BRANCH_LIBAD9361_IIO=libad9361-iio-v0
#
Expand Down

0 comments on commit 505bc9d

Please # to comment.