Skip to content

Commit

Permalink
Add serial backend in libiio install
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo authored and kimpaller committed Jan 28, 2022
1 parent 92c6fe5 commit 1978400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sdg/Gauntlet.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ private def install_libiio() {
bat('build')
{
//sh 'cmake .. -DPYTHON_BINDINGS=ON'
bat 'cmake .. -DPYTHON_BINDINGS=ON -DHAVE_DNS_SD=OFF'
bat 'cmake .. -DPYTHON_BINDINGS=ON -DWITH_SERIAL_BACKEND=ON -DHAVE_DNS_SD=OFF'
bat 'cmake --build . --config Release --install'
}
}
Expand All @@ -1255,7 +1255,7 @@ private def install_libiio() {
dir('build')
{
//sh 'cmake .. -DPYTHON_BINDINGS=ON'
sh 'cmake .. -DPYTHON_BINDINGS=ON -DHAVE_DNS_SD=OFF'
sh 'cmake .. -DPYTHON_BINDINGS=ON -DWITH_SERIAL_BACKEND=ON -DHAVE_DNS_SD=OFF'
sh 'make'
sh 'make install'
sh 'ldconfig'
Expand Down

0 comments on commit 1978400

Please sign in to comment.