Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DAPHNE-#830] Silence warning when using LLD
With this new CMake configuration, we silence a lot of warnings when using the LLD linker in combination with clang: ``clang++: warning: argument unused during compilation: '-fuse-ld=lld' [-Wunused-command-line-argument]`` A CMake version bump to 3.29 is necessary for this config option. Ubuntu 24 users need to switch to the snap version of CMake. The Docker images already provide CMake 3.30
- Loading branch information