Testing preCICE installation

Hello
I am attempting to install preCICE on my WSL.
I was trying to follow this procedure that @Makis provided but when I tried to run “sudo make -j 6”, it gave me the following:
~/precice/precice-2.3.0$ sudo make -j 6
– Found Git: /usr/bin/git (found version “2.25.1”)
– Revision status: Detection failed
[ 0%] Built target GitRevision
[ 61%] Built target precice
[ 61%] Built target binprecice
[100%] Built target testprecice

For step 3, I ran the following:
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/precice -DPRECICE_PETScMapping=OFF -DPRECICE_PythonActions=OFF …

Would appreciate y’all’s help