arduino-cmake / Arduino-CMake-NG

CMake-Based framework for Arduino platforms
MIT License
138 stars 39 forks source link

Reduce search-paths for version.txt file #95

Open craft-coder opened 4 years ago

craft-coder commented 4 years ago

I'm having Nvidia Cuda installed on my machine and unfortunately its version.txt file always gets found (instead of Arduino's version.txt). A reduction of the search paths for version.txt (within the file cmake\Platform\System\VersionDetector.cmake) seems reasonable, as ${ARDUINO_SDK_PATH} is used as a hint anyway.

OS: Windows OS Version: 10