Skip to content

Commit

Permalink
removed the extra dash '-' from '--DCFE'
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak committed May 8, 2024
1 parent 8618ddf commit c94b474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The example couples SMP to CFE (a conceptual soil reservoir) to compute `waterta
git clone https://github.com/NOAA-OWP/SoilMoistureProfiles && cd SoilMoistureProfiles
git clone https://github.com/NOAA-OWP/cfe extern/cfe
mkdir build && cd build
cmake ../ --DCFE=ON
cmake ../ -DCFE=ON
make && cd ..
```

Expand Down

0 comments on commit c94b474

Please sign in to comment.