mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Added cmake update script.
This commit is contained in:
parent
0c7c508541
commit
7f5f9252c0
5
cmake/updated-arduino-cmake.sh
Executable file
5
cmake/updated-arduino-cmake.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
git clone git@github.com:jgoppert/arduino-cmake.git tmp
|
||||
rm -rf modules toolchain
|
||||
mv tmp/cmake/* .
|
||||
rm -rf tmp
|
Loading…
Reference in New Issue
Block a user