about summary refs log tree commit diff homepage
path: root/README-CMake.md
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@comsys.rwth-aachen.de>2020-12-17 14:43:12 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2020-12-18 12:38:40 +0000
commit5a194aa99fe2a13857dad2a5a5113b5856f8001d (patch)
treefe67bed8fed6194faf91c8e09b964606832e964d /README-CMake.md
parenta9184832f238d1753667173a113bae7a5cfbe159 (diff)
downloadklee-5a194aa99fe2a13857dad2a5a5113b5856f8001d.tar.gz
retire some build system legacy
Diffstat (limited to 'README-CMake.md')
-rw-r--r--README-CMake.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README-CMake.md b/README-CMake.md
index a43b0f64..71984e4d 100644
--- a/README-CMake.md
+++ b/README-CMake.md
@@ -97,8 +97,6 @@ cmake -DCMAKE_BUILD_TYPE=Release /path/to/klee/src
    `USE_CMAKE_FIND_PACKAGE_LLVM` is `TRUE`. This can be used to tell CMake where
    it can find LLVM outside of standard directories.
 
-* `MAKE_BINARY` (STRING) - Path to `make` binary used to build KLEE's runtime.
-
 * `metaSMT_DIR` (STRING) - Provides a hint to CMake, where the metaSMT constraint
   solver can be found.  This should be an absolute path to a directory
   containing the file `metaSMTConfig.cmake`.