Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include clang-tidy install #157

Closed
ericpassmore opened this issue May 1, 2023 · 0 comments · Fixed by #158
Closed

Include clang-tidy install #157

ericpassmore opened this issue May 1, 2023 · 0 comments · Fixed by #158
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers 👍 lgtm

Comments

@ericpassmore
Copy link
Contributor

When building CDT clang-tidy is missed, and I get the following error. Need to update the readme with this dependancy.

-- Checking for module 'libcurl'
--   Found libcurl, version 7.81.0
CMake Error at external/antler-proj/CMakeLists.txt:26 (find_program):
  Could not find CLANG_TIDY_EXE using the following names: clang-tidy

Running on Ubuntu

  • Description: Ubuntu 22.04.2 LTS
  • Release: 22.04
  • Codename: jammy

Fix run the following sudo apt-get install clang-tidy

@ericpassmore ericpassmore added documentation Improvements or additions to documentation good first issue Good for newcomers labels May 1, 2023
mikelik added a commit that referenced this issue May 9, 2023
Doc Fix: Update Readme to install dep clang-tidy
@mikelik mikelik added 👍 lgtm and removed triage labels May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers 👍 lgtm
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants