summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-02-13 15:05:40 +0100
committerJens Geyer <jensg@apache.org>2021-02-14 11:18:01 +0100
commitcb094b80f2b5a6752063124a50c05f070e95c7a7 (patch)
tree1497c3192cf7ab81cb71495192125053aa4568db /CMakeLists.txt
parentb51a62b9686bad1db949735025ca6823c3c8462b (diff)
downloadthrift-cb094b80f2b5a6752063124a50c05f070e95c7a7.tar.gz
THRIFT-5229 remove AS3 support
Client: AS3 Patch: Jens Geyer This closes #2329
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ea71cc54..d151fc012 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,10 +98,6 @@ if(BUILD_CPP)
endif()
endif()
-if(BUILD_AS3)
- add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/as3)
-endif()
-
if(BUILD_C_GLIB)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/c_glib)
if(BUILD_TESTING)