From 2fed7f8980d3363b18589ba76c402fafb0541cb8 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Thu, 18 Nov 2021 22:33:18 +0000 Subject: [PATCH] XXX: HACK: --- mesonbuild/dependencies/cmake.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mesonbuild/dependencies/cmake.py b/mesonbuild/dependencies/cmake.py index 5386ef9201f5..030d1468f891 100644 --- a/mesonbuild/dependencies/cmake.py +++ b/mesonbuild/dependencies/cmake.py @@ -622,7 +622,8 @@ def _detect_dep(self, name: str, package_version: str, modules: T.List[T.Tuple[s # as we do not have a compiler environment available to us, we cannot do the # same, but must assume any bare argument passed which is not also a CMake # target must be a system library we should try to link against - libraries += [f"{j}.lib"] + #libraries += [f"{j}.lib"] + pass else: mlog.warning('CMake: Dependency', mlog.bold(j), 'for', mlog.bold(name), 'target', mlog.bold(self._original_module_name(curr)), 'was not found')