The Arduino package for my distribution has a bug : /usr/share/arduino/lib/version.txt contains ${version} and not a readable version.
That means the Arduino_SDK.cmake file cannot parse the SDK version and crashes. It may be cool to try to build even though the Arduino SDK version could not be determined.
The Arduino package for my distribution has a bug :
/usr/share/arduino/lib/version.txt
contains${version}
and not a readable version. That means the Arduino_SDK.cmake file cannot parse the SDK version and crashes. It may be cool to try to build even though the Arduino SDK version could not be determined.