vtr-verilog-to-routing
vtr-verilog-to-routing copied to clipboard
CI failures due to old library versions
We get CI failures on the github runners with this error message (and not the google cloud runners?):
CMake Deprecation Error at abc/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
This happens with abc and capnproto. We can update them or tell CMake to ignore this for now. (but we should remember to update eventually)
plan:
- [x] Short term: I'll tell cmake to ignore this
- [ ] Short term: I'll update capnproto?
- [ ] Medium term: @alirezazd can you update abc?