From 428c8e67b98594cd1141d8b6c6eace60e0440803 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 28 Feb 2018 21:14:49 +0100 Subject: [PATCH] Bring back ftdi_eeprom by default --- CMakeOptions.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 ) -- 1.7.1