Skip to content

Commit

Permalink
build.sh.inc: Remove deprecated libiio option about matlab bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Nechita <dan.nechita@analog.com>
  • Loading branch information
dNechita committed Jul 22, 2020
1 parent 5908ee7 commit 53a2577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh.inc
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ build_libiio () {
rm -rf build
mkdir build && cd build
cmake_build
cmake -DCMAKE_C_FLAGS="-D_WIN32_WINNT=0xA00" -DWITH_TESTS:BOOL=ON -DWITH_DOC:BOOL=OFF -DWITH_MATLAB_BINDINGS:BOOL=OFF -DCSHARP_BINDINGS:BOOL=OFF -DPYTHON_BINDINGS:BOOL=OFF ..
cmake -DCMAKE_C_FLAGS="-D_WIN32_WINNT=0xA00" -DWITH_TESTS:BOOL=ON -DWITH_DOC:BOOL=OFF -DCSHARP_BINDINGS:BOOL=OFF -DPYTHON_BINDINGS:BOOL=OFF ..
make ${MAKE_J}
make install
}
Expand Down

0 comments on commit 53a2577

Please sign in to comment.