update gr3.9 install script

This commit is contained in:
Max 2022-06-05 14:57:43 -04:00
parent 3af1dbe0db
commit c6b3799b96
1 changed files with 0 additions and 7 deletions

View File

@ -28,13 +28,6 @@ if [ ! -d $TREE_DIR ]; then
exit 1 exit 1
fi fi
f="$TREE_DIR/op25/gr-op25_repeater/CMakeLists.txt"
echo "editing cmake file $f"
if [ ! -f $f ]; then
echo ==== Error, file $f not found
fi
sed -i 's/^find_package(Gnuradio .*REQUIRED)/find_package(Gnuradio "3.9" REQUIRED COMPONENTS blocks fft filter)/' $f
cd $TREE_DIR cd $TREE_DIR
mkdir build mkdir build