Hi, I am trying to install CIRCT by following the instructions here:
At stage 3 cmake line I get this:
CMake Error at CMakeLists.txt:420 (message):
Building CIRCT with Cap’nProto features enabled uses CMake features that
require at least version 3.23. Recommend upgrading to 3.23+ for full
support. Detected current version: 3.22.1. If you do not need ESI cosim
features, you can use the CAPNP_DISABLE option.
So, I try to add the apt.kitware.com repo so that I can obtain a more modern version of CMake, but the kitware.com repo is not working.
Is there a different repo I should be using to get a more up to date CMake from?
Note: The CAPNP_DISABLE option also fails to help.