UoB-HPC / SimEng

The University of Bristol HPC Simulation Engine
https://uob-hpc.github.io/SimEng
Apache License 2.0
93 stars 20 forks source link

Fix all the CMake warnings #432

Open tom91136 opened 1 month ago

tom91136 commented 1 month ago

So during CMake config time, because we pull in other dependencies that support older CMake, we get lots of warnings. Additionally, the in-tree LLVM build (enabled when SIMENG_USE_EXTERNAL_LLVM is off) does a similar thing where it uses deprecated CMake options.