queezythegreat / arduino-cmake

Arduino CMake Build system
644 stars 216 forks source link

Arduino IDE 1.0 requirement #13

Closed treaves closed 12 years ago

treaves commented 12 years ago

As much as I'd like to move to this too, there are a lot of extensions out there that can not. the only thing that makes this a requirement for this project is your use of ARDUINO_VARIANTS_PATH. Surely that could be wrapped in a check for 1.0?

queezythegreat commented 12 years ago

I could add backward compatibility. The only issue that I have right now is with the version numbers.

When a initially wrote arduino-cmake I expected that the versions will be formatted as 00XX and that isn't the case anymore, causing problems. I could normalize the old versions from 00XX to 0.XX making version dependent check much easier...

I'll try to add backward compatibility when I have some free time.

treaves commented 12 years ago

I think the idea of going from 00XX to 0.XX would work well.

queezythegreat commented 12 years ago

Closing, ticket #18 will be the official ticket for this feature request.