summaryrefslogtreecommitdiff
path: root/compiler/cpp/CMakeLists.txt
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-13 23:19:18 -0500
committerJames E. King III <jking@apache.org>2019-01-14 08:13:52 -0500
commit234fb47229dad47842e97a599614dbbd81b7c4a2 (patch)
treee1c75e2200041c4ef67b0ed2d1a5ac877012412f /compiler/cpp/CMakeLists.txt
parentf3ec277e7e2c147342831ecec590bc2f71b07761 (diff)
downloadthrift-234fb47229dad47842e97a599614dbbd81b7c4a2.tar.gz
THRIFT-4719: remove cocoa
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 96efe65ab..372cbab75 100644
--- a/compiler/cpp/CMakeLists.txt
+++ b/compiler/cpp/CMakeLists.txt
@@ -74,7 +74,6 @@ endmacro()
THRIFT_ADD_COMPILER(as3 "Enable compiler for ActionScript 3" ON)
THRIFT_ADD_COMPILER(c_glib "Enable compiler for C with Glib" ON)
THRIFT_ADD_COMPILER(cl "Enable compiler for Common LISP" ON)
-THRIFT_ADD_COMPILER(cocoa "Enable compiler for Cocoa Objective-C" ON)
THRIFT_ADD_COMPILER(cpp "Enable compiler for C++" ON)
THRIFT_ADD_COMPILER(csharp "Enable compiler for C#" ON)
THRIFT_ADD_COMPILER(d "Enable compiler for D" ON)