Browse Source

Minor change in README.md

Hovsep Papoyan 1 year ago
parent
commit
ba5ac326da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -52,7 +52,7 @@ cd openfhe-development
 2. Configure CMake
 
 ```bash
-cmake -B ${OPENFHE_BUILD:-build} -DBUILD_EXAMPLES=ON -DBUILD_EXTRAS=ON -DBUILD_SHARED=ON .       
+cmake -B ${OPENFHE_BUILD:-build} -DBUILD_SHARED=ON .       
 ```
 
 3. Build and install the C++ OpenFHE library