Commit 8f532752 authored by arora's avatar arora Committed by Robert Schmidt

Disable UHD unit tests to avoid gcc13 warnings

parent c1641b66
......@@ -286,7 +286,7 @@ install_usrp_uhd_driver_from_source(){
git diff
mkdir -p host/build
cd host/build || true
$CMAKE ../ -GNinja
$CMAKE ../ -GNinja -DENABLE_TESTS=OFF -DENABLE_EXAMPLES=OFF
echo "Compiling UHD"
ninja
$SUDO ninja install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment