queezythegreat / arduino-cmake

Arduino CMake Build system
645 stars 216 forks source link

Added vars for FindBinutils #85

Closed cheshirekow closed 10 years ago

cheshirekow commented 10 years ago

Added setting of _CMAKE_TOOLCHAIN_PREFIX and _CMAKE_TOOLCHAIN_LOCATION. Not sure if this is "right" but otherwise the cache has binutils from /usr/ instead of ARDUINO_SDK_PATH.

queezythegreat commented 10 years ago

Learned something new about CMake, thanks for spending the time and cleaning this up.