CMake Error at CMakeLists.txt:183 (add_subdirectory):
The source directory
/work2/00434/eijkhout/highfive/highfive-3.2.0/deps/catch2
does not contain a CMakeLists.txt file.
I'm guessing installing from a repo clone uses a submodule?
I tried loading catch2 independently (discoverable through both pkg-config and as cmake module) but you don't seem to use that mechanism.
Am I missing a keyword or so?