diff --git a/README.md b/README.md index 4a938f02..a5e4fd9a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ We are using Git submodules to manage various pieces of code. To build the mast * `git submodule update` # Build flags for CMake -* cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_DOC=OFF -DBUILD_SHARED_LIBS=OFF -DENABLE_FETK=ON +* `cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_DOC=OFF -DBUILD_SHARED_LIBS=OFF ` ## Using geometric flow If you want to use the geometric flow implementation, when invoking CMake, set ENABLE_GEOFLOW to ON, e.g., `-DENABLE_GEOFLOW=ON`.