Skip to content

Commit

Permalink
Disable CMake unused variable warning (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamoralp authored Dec 15, 2020
1 parent 0f514e7 commit d0ed351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/raspbian/generic/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0ed351

Please sign in to comment.