mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
11 lines
402 B
Text
11 lines
402 B
Text
--- ./CMakeLists.txt.orig 2014-08-03 12:43:51.000000000 +0200
|
|
+++ ./CMakeLists.txt 2014-08-03 21:12:45.000000000 +0200
|
|
@@ -16,7 +16,7 @@
|
|
ENDIF( ${CMAKE_COMPILER_IS_GNUCXX} )
|
|
endif(${WIN32})
|
|
|
|
-option(USE_FTD2XX "Use FTDI libFTD2XX instead of free libftdi" ON)
|
|
+# option(USE_FTD2XX "Use FTDI libFTD2XX instead of free libftdi" ON)
|
|
|
|
find_package(libftdi)
|
|
include_directories(${LIBFTDI_INCLUDE_DIR})
|