aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesonbuild/dependencies/misc.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/mesonbuild/dependencies/misc.py b/mesonbuild/dependencies/misc.py
index 54ffa54..6d13d98 100644
--- a/mesonbuild/dependencies/misc.py
+++ b/mesonbuild/dependencies/misc.py
@@ -133,10 +133,6 @@ class BoostDependency(ExternalDependency):
else:
self.boost_roots = self.detect_nix_roots()
- if self.boost_root is None and not self.boost_roots:
- self.log_fail()
- return
-
if self.incdir is None:
if mesonlib.for_windows(self.want_cross, self.env):
self.incdir = self.detect_win_incdir()
@@ -361,7 +357,6 @@ class BoostDependency(ExternalDependency):
# Does anyone do Boost cross-compiling to other archs on Windows?
return None
-
def find_libraries_with_abi_tag(self, tag):
# All modules should have the same tag