Skip to content

Commit

Permalink
Fixed #99: updated PATH_SUFFIXES for avrdude
Browse files Browse the repository at this point in the history
  • Loading branch information
bshillingford committed Nov 5, 2014
1 parent 5cf635d commit 7ae3010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Platform/Arduino.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@ if(NOT ARDUINO_FOUND AND ARDUINO_SDK_PATH)
find_program(ARDUINO_AVRDUDE_PROGRAM
NAMES avrdude
PATHS ${ARDUINO_SDK_PATH}
PATH_SUFFIXES hardware/tools
PATH_SUFFIXES hardware/tools hardware/tools/avr/bin
NO_DEFAULT_PATH)

find_program(ARDUINO_AVRDUDE_PROGRAM
Expand Down

0 comments on commit 7ae3010

Please sign in to comment.