From ecc2a4d642de1bfb2c958bfb6d12f05ba7372fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sverre=20Lien=20Sell=C3=A6g?= Date: Mon, 7 Sep 2020 19:21:41 +0200 Subject: [PATCH] remove duplicate include --- CMakeLists.txt | 2 -- src/CMakeLists.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fdbd23..f484d62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,8 +102,6 @@ endif() set(BUILD_TESTING_SAVED ${BUILD_TESTING}) set(BUILD_TESTING OFF CACHE BOOL "Disable sub-project tests" FORCE) -add_subdirectory(lib/libclangmm) -add_subdirectory(lib/tiny-process-library) set(BUILD_TESTING ${BUILD_TESTING_SAVED} CACHE BOOL "Set to previous value" FORCE) find_package(Boost 1.54 COMPONENTS REQUIRED filesystem serialization) find_package(ASPELL REQUIRED) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 64c03c9..f0f0007 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,7 +13,6 @@ set(JUCI_SHARED_FILES meson.cpp project_build.cpp plugins.cc - python_interpreter.cc snippets.cpp source.cpp source_base.cpp