removed space after cmake -Dphys_base; with space compilation does not work authored by Mathis Adrian Van Wickeren's avatar Mathis Adrian Van Wickeren
......@@ -54,7 +54,7 @@ gmake
In general, we want to include some information about our compilation:
```
cmake -Dphys_base =<phys> -DPROPS=<props> -DUSER=<user> -Domp=<ON/OFF> -Dhdf=<ON/OFF> -Ddetails=<ON/OFF> ..
cmake -Dphys_base=<phys> -DPROPS=<props> -DUSER=<user> -Domp=<ON/OFF> -Dhdf=<ON/OFF> -Ddetails=<ON/OFF> ..
gmake <mode> -j<#>
```
......
......