summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-22 14:56:31 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-22 14:56:31 -0700
commit78dc3a3efe83c66a7cb31677704e1570bf8a3a4a (patch)
tree90f5cd712be2b5d12edfd929b3df39bb41ee5d21 /CMakeLists.txt
parentf35f767240fc6d8db43650bad624f5bde39d100a (diff)
downloadsubsurface-78dc3a3efe83c66a7cb31677704e1570bf8a3a4a.tar.gz
Revert "Add a simple cp2130 libusb driver"
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 104c32365..095160c7d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,6 @@ option(NO_USERMANUAL "don't include a viewer for the user manual" OFF)
option(FBSUPPORT "allow posting to Facebook" ON)
option(BTSUPPORT "enable support for QtBluetooth (requires Qt5.4 or newer)" ON)
option(FTDISUPPORT "enable support for libftdi based serial" OFF)
-option(CP2130SUPPORT "enable support for cp2130 based serial" OFF)
# Options regarding What should we build on subsurface
option(MAKE_TESTS "Make the tests" ON)