Bring back ftdi_eeprom by default
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 28 Feb 2018 20:14:49 +0000 (21:14 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 28 Feb 2018 20:14:49 +0000 (21:14 +0100)
CMakeOptions.txt

index 43a9d3d..07b5887 100644 (file)
@@ -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 )