| Summary: | Clazy build is broken because of missing clanglazy_export.h | ||
|---|---|---|---|
| Product: | [Developer tools] clazy | Reporter: | Eugene Zelenko <eugene.zelenko> |
| Component: | general | Assignee: | Sergio Martins <smartins> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | smartins |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Eugene Zelenko
2017-06-28 23:09:03 UTC
Hi clanglazy_export.h is autogenerated by CMake, try cleaning your build dir and running cmake again. Which cmake version ? Sorry, I tweaked CMakeLists.txt to be able to build with LLVM/Clang source tree (not installed version))build, so I missed CMAKE_BINARY_DIR in include list. |