summaryrefslogtreecommitdiff
path: root/compiler/cpp/CMakeLists.txt
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-03-20 18:07:17 +0100
committerJens Geyer <jensg@apache.org>2021-03-22 09:42:38 +0100
commit66d897667c451ef6560d89b979b7001c57a3eda6 (patch)
tree4420429109c582375fc68aa125a2b6f6b8019dd3 /compiler/cpp/CMakeLists.txt
parentcd2fae091b9bafd0977ef290f722532c36a64d2e (diff)
downloadthrift-66d897667c451ef6560d89b979b7001c57a3eda6.tar.gz
THRIFT-5347 Remove deprecated Haskell bindings
Client: hs Patch: Jens Geyer This closes #2352
Diffstat (limited to 'compiler/cpp/CMakeLists.txt')
-rw-r--r--compiler/cpp/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/cpp/CMakeLists.txt b/compiler/cpp/CMakeLists.txt
index 34604d0f4..df3463782 100644
--- a/compiler/cpp/CMakeLists.txt
+++ b/compiler/cpp/CMakeLists.txt
@@ -82,7 +82,6 @@ THRIFT_ADD_COMPILER(erl "Enable compiler for Erlang" ON)
THRIFT_ADD_COMPILER(go "Enable compiler for Go" ON)
THRIFT_ADD_COMPILER(gv "Enable compiler for GraphViz" ON)
THRIFT_ADD_COMPILER(haxe "Enable compiler for Haxe" ON)
-THRIFT_ADD_COMPILER(hs "Enable compiler for Haskell" ON)
THRIFT_ADD_COMPILER(html "Enable compiler for HTML Documentation" ON)
THRIFT_ADD_COMPILER(markdown "Enable compiler for Markdown Documentation" ON)
THRIFT_ADD_COMPILER(java "Enable compiler for Java" ON)