diff --git a/config/raspbian/generic/build.sh b/config/raspbian/generic/build.sh index aa6f0673..39616bc6 100755 --- a/config/raspbian/generic/build.sh +++ b/config/raspbian/generic/build.sh @@ -10,6 +10,7 @@ pushd $FW_TARGETDIR/mcu_ws >/dev/null -DCMAKE_TOOLCHAIN_FILE=$PWD/toolchain.cmake \ -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \ -DBUILD_SHARED_LIBS=OFF \ - -DBUILD_TESTING=OFF + -DBUILD_TESTING=OFF \ + "--no-warn-unused-cli" find ./install -executable -type f -name $APP_BINARY_NAME -exec cp {} $FW_TARGETDIR/bin/$APP_OUTPUT_NAME \; popd >/dev/null \ No newline at end of file