From 1b7b00cde9cdd4a0dd9f09f240df551c87d4ab27 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Wed, 26 Feb 2020 22:01:18 +0100 Subject: CI broken, reverting following PRs reverted https://github.com/apache/thrift/pull/2025 reverted https://github.com/apache/thrift/pull/2026 Reverted https://github.com/apache/thrift/pull/2021 --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 18e52f638..f2e682ac2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,14 +113,6 @@ if(BUILD_JAVA) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/java) endif() -if(BUILD_JAVASCRIPT) - add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/js) -endif() - -if(BUILD_NODEJS) - add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/nodejs) -endif() - if(BUILD_PYTHON) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/py) if(BUILD_TESTING) -- cgit v1.2.1