From cb094b80f2b5a6752063124a50c05f070e95c7a7 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Sat, 13 Feb 2021 15:05:40 +0100 Subject: THRIFT-5229 remove AS3 support Client: AS3 Patch: Jens Geyer This closes #2329 --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.1