[Lldb-commits] [PATCH] D79219: [CMake] Simplify CMake handling for zlib

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 24 12:33:39 PDT 2020


vsk added a comment.

@phosek I suspect this is causing a cmake error on the lldb standalone bot, would you mind taking a look?

http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake-standalone/1858/

  CMake Error at /Users/buildslave/jenkins/workspace/lldb-cmake-standalone/clang-build/lib/cmake/llvm/AddLLVM.cmake:823 (add_executable):
    Target "lit-cpuid" links to target "ZLIB::ZLIB" but the target was not
    found.  Perhaps a find_package() call is missing for an IMPORTED target, or
    an ALIAS target is missing?
  Call Stack (most recent call first):
    cmake/modules/AddLLDB.cmake:165 (add_llvm_executable)
    utils/lit-cpuid/CMakeLists.txt:1 (add_lldb_executable)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79219/new/

https://reviews.llvm.org/D79219





More information about the lldb-commits mailing list