CMake: For MSVC builds, use latest libftdi for Windows

This commit is contained in:
Marius Greuel 2022-12-27 13:35:52 +01:00
parent 805db5b13e
commit f220656e0b
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ if(USE_EXTERNAL)
FetchContent_Declare(libftdi
GIT_REPOSITORY https://github.com/avrdudes/libftdi.git
GIT_TAG f3a54da710002a7d25a32a69e667a69ef84cc120
GIT_TAG f9fe6e96b97c3a08efd081632c1859cb83aa14e3
)
message(STATUS "Fetching external libraries, please wait...")