Closed nlohmann closed 3 years ago
There's already that fixes this problem: https://github.com/aras-p/ClangBuildAnalyzer/pull/62
@aras-p may I kindly ask you to take a look, please?
Yes, #62 would fix this.
Ok, blindly merged #62 (GitHub Actions are seemingly failing everywhere with internal errors today). 🤞
The
rt
library is unconditionally added as requirement in fileCMakeLists.txt
:This library is not present on macOS, and hence the build fails.
When I remove the
-lrt
entry, building succeeds.The line above should be changed like:
I can make a PR if requested.