queezythegreat / arduino-cmake

Arduino CMake Build system
648 stars 216 forks source link

fixed bug in find_file method #109

Open franramirez688 opened 9 years ago

franramirez688 commented 9 years ago

If PATH contains some_folder/lib/version.txt, find_file(...) method gets this file and its content instead of ARDUINO_SDK_PATH/lib/version.txt

JoakimSoderberg commented 8 years ago

@queezythegreat :+1: