0003-disable-libftd2xx.patch 516 B

12345678910111213
  1. Index: xc3sprog-r742/CMakeLists.txt
  2. ===================================================================
  3. --- xc3sprog-r742.orig/CMakeLists.txt 2012-09-20 21:36:46.000000000 +0800
  4. +++ xc3sprog-r742/CMakeLists.txt 2014-09-23 17:17:42.507053279 +0800
  5. @@ -11,7 +11,7 @@
  6. set(USE_STATIC_FTDI ON)
  7. endif(${WIN32})
  8. -option(USE_FTD2XX "Use FTDI libFTD2XX instead of free libftdi" ON)
  9. +option(USE_FTD2XX "Use FTDI libFTD2XX instead of free libftdi" OFF)
  10. find_package(libftdi)
  11. include_directories(${LIBFTDI_INCLUDE_DIR})