From c94b474172717bab6e099ed96cf79ec6f9ef1a31 Mon Sep 17 00:00:00 2001 From: Ahmad Jan Date: Wed, 8 May 2024 16:51:22 -0400 Subject: [PATCH] removed the extra dash '-' from '--DCFE' --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index f6de5ae..109091e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 .. ```