Skip to content

Commit

Permalink
Revert README.md as pure sourcetree is now the default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Weber authored and Wei Dai committed Mar 15, 2022
1 parent 15c4af7 commit 5471dc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,6 @@ The following options can be used with CMake to configure the build. The default
| SEAL_USE_CXX17 | **ON** / OFF | Set to `ON` to build Microsoft SEAL as C++17 for a positive performance impact. |
| SEAL_USE_INTRIN | **ON** / OFF | Set to `ON` to use compiler intrinsics for improved performance. CMake will automatically detect which intrinsics are available and enable them accordingly. |

| SEAL_PURE_SOURCETREE | ON / **OFF**
| When enabled, the SEAL build will only emit files into the cmake build directory. This includes third-party dependencies (both sources and binaries). This flag can improve compatibility with other build systems and enables concurrently building multiple instances of the SEAL library with different `cmake -B` options.

As usual, these options can be passed to CMake with the `-D` flag.
For example, one could run

Expand Down

0 comments on commit 5471dc8

Please sign in to comment.