Closed loisgomez closed 1 year ago
At first glance it looks like clang-tidy is outdated, maybe?
You can disable it with a cmake variable (forgot how to set it myself, so no example :/): https://github.com/FrogTheFrog/moondeck-buddy/blob/ef0ceb99d6d03c3f370185d9c0c8745e8691f5b7/CMakeLists.txt#L47 (or just delete the cmake code block)
Thanks disabling clang_tidy did solve the issue.
cmake -DENABLE_CLANG_TIDY=False -DCMAKE_BUILD_TYPE:STRING=Release -B build -G Ninja
Hi, thanks for the project. I am trying to get an aur package for Arch Linux for the linux build but I am facing some compiler issues when trying to build the linux version. Any pointers are appreciated Thanks
$> cmake --build build