From: Thomas Jarosch Date: Wed, 28 Feb 2018 20:14:49 +0000 (+0100) Subject: Bring back ftdi_eeprom by default X-Git-Tag: v1.5rc1~33 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=428c8e67b98594cd1141d8b6c6eace60e0440803 Bring back ftdi_eeprom by default --- diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 43a9d3d..07b5887 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -3,6 +3,6 @@ option ( BUILD_TESTS "Build unit tests with Boost Unit Test framework" OFF ) option ( DOCUMENTATION "Generate API documentation with Doxygen" OFF ) option ( EXAMPLES "Build example programs" ON ) option ( FTDIPP "Build C++ binding library libftdi1++" OFF ) -option ( FTDI_EEPROM "Build ftdi_eeprom" OFF ) +option ( FTDI_EEPROM "Build ftdi_eeprom" ON ) option ( PYTHON_BINDINGS "Build python bindings via swig" OFF ) option ( LINK_PYTHON_LIBRARY "Link against python libraries" OFF )