tohara / marlin-cmake

0 stars 0 forks source link

What if the version number is invalid ? #2

Open Salamandar opened 8 years ago

Salamandar commented 8 years ago

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.

tohara commented 8 years ago

What version of arduino sdk are you using?

Salamandar commented 8 years ago

I'm on 1.6.12. It's probably just a packaging error, I just changed the content of the file for now.