summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/__init__.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2022-01-30 13:16:40 +0100
committerEli Schwartz <eschwartz93@gmail.com>2022-02-03 11:25:59 -0500
commit78619e2c40f5766d2d914dcaf3da592ad405d8d7 (patch)
tree05a8349e90788be959444cf2ba5ca99d32b886d0 /mesonbuild/cmake/__init__.py
parent44e7f75cc359f66f3fe696d3851394d7cf31aeb9 (diff)
downloadmeson-78619e2c40f5766d2d914dcaf3da592ad405d8d7.tar.gz
cmake: Drop CMake server support and bump min. CMake to >= 3.14
Diffstat (limited to 'mesonbuild/cmake/__init__.py')
-rw-r--r--mesonbuild/cmake/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/cmake/__init__.py b/mesonbuild/cmake/__init__.py
index 32b8b6ce7..16c132259 100644
--- a/mesonbuild/cmake/__init__.py
+++ b/mesonbuild/cmake/__init__.py
@@ -16,7 +16,6 @@
# or an interpreter-based tool.
__all__ = [
- 'CMakeClient',
'CMakeExecutor',
'CMakeExecScope',
'CMakeException',
@@ -40,7 +39,6 @@ __all__ = [
]
from .common import CMakeException, SingleTargetOptions, TargetOptions, cmake_defines_to_args, language_map, backend_generator_map, cmake_get_generator_args, check_cmake_args, cmake_is_debug
-from .client import CMakeClient
from .executor import CMakeExecutor
from .fileapi import CMakeFileAPI
from .generator import parse_generator_expressions