Skip to content

Commit

Permalink
XXX: HACK:
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed Nov 19, 2021
1 parent b6111de commit 2fed7f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mesonbuild/dependencies/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 2fed7f8

Please sign in to comment.