diff options
Diffstat (limited to 'README-CMake.md')
-rw-r--r-- | README-CMake.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README-CMake.md b/README-CMake.md index 71984e4d..4ea57421 100644 --- a/README-CMake.md +++ b/README-CMake.md @@ -49,8 +49,6 @@ cmake -DCMAKE_BUILD_TYPE=Release /path/to/klee/src * `ENABLE_KLEE_LIBCXX` (BOOLEAN) - Enable libc++ for klee. -* `ENABLE_KLEE_UCLIBC` (BOOLEAN) - Enable support for klee-uclibc. - * `ENABLE_POSIX_RUNTIME` (BOOLEAN) - Enable POSIX runtime. * `ENABLE_SOLVER_METASMT` (BOOLEAN) - Enable MetaSMT solver support. |