Closed glowmouse closed 5 years ago
When the Linux system path includes $(ARDUINO_SDK_PATH), CMAKE searches
$(ARDUINO_SDK_PATH)/libraries
for libraries instead of
$(ARDUINO_SDK_PATH)/hardware/arduino/avr/libraries
Adding NO_SYSTEM_ENVIRONMENT_PATH tells cmake not to consider the Linux Path when looking for files.
Fixes #58
When the Linux system path includes $(ARDUINO_SDK_PATH), CMAKE searches
$(ARDUINO_SDK_PATH)/libraries
for libraries instead of
$(ARDUINO_SDK_PATH)/hardware/arduino/avr/libraries
Adding NO_SYSTEM_ENVIRONMENT_PATH tells cmake not to consider the Linux Path when looking for files.
Fixes #58