Hello Everyone!
I am trying to install deal.ii 9.4.0 version in my ubuntu 22.04 OS. I am new in this FE package. I have successfully executed the following two commands
cmake -s DCMAKE_INSTALL_PREFIX=/home/abhishek@abhishek-DIT400TR-48RL/bin/dealii-9.4.0 ../
make
However, while executing `make install' command, I see that 100% installation happens, but after that I get the error whose image is attached here. The error seems related to cmake, but I am not able to sort it out. The cmake version I have in my computer is 3.22.1
I would appreciated your help.
Thanking you.