We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75dcfa8 + 205530d commit 33aba82Copy full SHA for 33aba82
ArduinoToolchain.cmake
@@ -69,8 +69,9 @@ find_path(ARDUINO_SDK_PATH
69
DOC "Arduino SDK path.")
70
71
if(ARDUINO_SDK_PATH)
72
- list(APPEND CMAKE_SYSTEM_PREFIX_PATH ${ARDUINO_SDK_PATH}/hardware/tools/avr/bin)
73
- list(APPEND CMAKE_SYSTEM_PREFIX_PATH ${ARDUINO_SDK_PATH}/hardware/tools/avr/utils/bin)
+ list(APPEND CMAKE_SYSTEM_PREFIX_PATH ${ARDUINO_SDK_PATH}/hardware/tools/avr)
+ list(APPEND CMAKE_SYSTEM_PREFIX_PATH ${ARDUINO_SDK_PATH}/hardware/tools/avr/utils)
74
else()
75
message(FATAL_ERROR "Could not find Arduino SDK (set ARDUINO_SDK_PATH)!")
76
endif()
77
+
0 commit comments