queezythegreat / arduino-cmake

Arduino CMake Build system
645 stars 216 forks source link

Adds if not defs around the flag declorations #62

Closed mdaffin closed 11 years ago

mdaffin commented 11 years ago

Checks to see if the varibles ARDUINO_C_FLAGS and ARDUINO_CXX_FLAGS has already been set and only sets them if they are not. This fixes a bug where the user could not define the flags manually as they where always overwritten.

queezythegreat commented 11 years ago

Nice, looks good.