Installing fails.
Hi all,
running cmake --build build-dir -- "install"
fails with the following error:
CMake Error at dune/codegen/blockstructured/backend/cmake_install.cmake:46 (file):
file INSTALL cannot find
"/dune/dune-codegen/dune/codegen/blockstructured/backend/uncachedmatrixview.hh":
No such file or directory.
The CMakeLists.txt
within dune/codegen/blockstructured/backend/
should name uncachedvectorview.hh
instead.
Best, Christian