Log when ignoring LLVM because dynamic was requested

Without this, there's tons of log output about finding LLVM, followed by "couldn't find LLVM."
pull/6940/head
Jesse Natalie 5 years ago committed by Jussi Pakkanen
parent 700cca809b
commit f655518545
  1. 1
      mesonbuild/dependencies/dev.py

@ -397,6 +397,7 @@ class LLVMDependencyCMake(CMakeDependency):
# cmake if dynamic is required
if not self.static:
self.is_found = False
mlog.warning('Ignoring LLVM CMake dependency because dynamic was requested')
return
if self.traceparser is None:

Loading…
Cancel
Save