You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When building CDT clang-tidy is missed, and I get the following error. Need to update the readme with this dependancy.
Running on Ubuntu
Fix run the following
sudo apt-get install clang-tidy
The text was updated successfully, but these errors were encountered: