queezythegreat / arduino-cmake

Arduino CMake Build system
645 stars 216 forks source link

Respect EXECUTABLE_OUTPUT_PATH when set #96

Closed mikepurvis closed 9 years ago

mikepurvis commented 9 years ago

This is a small change to make the toolchain obey the EXECUTABLE_OUTPUT_PATH CMake variable when set by the user. This variable is a CMake convention and documented here:

http://www.cmake.org/Wiki/CMake_Useful_Variables

Change has no effect except on users specifying the variable.

mikepurvis commented 9 years ago

Cool, thanks!