summaryrefslogtreecommitdiff
path: root/compiler/cpp/tests
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-03-05 18:15:38 +0100
committerJens Geyer <Jens-G@users.noreply.github.com>2022-03-06 14:58:37 +0100
commitd88d4f93b3390989bd47a43f3941ca7d576750f6 (patch)
tree15192fecdaefc7c811fda1783368ffe1ce036d3e /compiler/cpp/tests
parent66ac7b46fab85f175aec601cb48ea05408a1c186 (diff)
downloadthrift-d88d4f93b3390989bd47a43f3941ca7d576750f6.tar.gz
THRIFT-5501 Remove Common Lisp support
Client: cl Patch: Jens Geyer
Diffstat (limited to 'compiler/cpp/tests')
-rw-r--r--compiler/cpp/tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/cpp/tests/CMakeLists.txt b/compiler/cpp/tests/CMakeLists.txt
index 0e8254158..fd8bed2eb 100644
--- a/compiler/cpp/tests/CMakeLists.txt
+++ b/compiler/cpp/tests/CMakeLists.txt
@@ -98,7 +98,6 @@ endmacro()
# The following compiler with unit tests can be enabled or disabled
THRIFT_ADD_COMPILER(c_glib "Enable compiler for C with Glib" OFF)
-THRIFT_ADD_COMPILER(cl "Enable compiler for Common LISP" OFF)
THRIFT_ADD_COMPILER(cpp "Enable compiler for C++" OFF)
THRIFT_ADD_COMPILER(d "Enable compiler for D" OFF)
THRIFT_ADD_COMPILER(dart "Enable compiler for Dart" OFF)