about summary refs log tree commit diff homepage
path: root/README-CMake.md
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2017-01-18 13:54:30 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2017-01-18 13:54:30 +0000
commit19b7bdd916c484b52ce1237401b15a346575b4cf (patch)
tree6478c01fc41cc806e27ba7c5d9688bc2f45cbffa /README-CMake.md
parentb149dfa242753004d8fb00c4aa55e340d56c0d43 (diff)
downloadklee-19b7bdd916c484b52ce1237401b15a346575b4cf.tar.gz
[CMake] Remove `ENABLE_TESTS` CMake cache option.
The intention of this option was to provide a switch that can be
used to globally enable/disable tests.

This option ended up causing a lot of confusion as can be seen
on the discussion on writing documention for the new build system.

https://github.com/klee/klee.github.io/pull/53

So it was decided to remove this option. This fixes #568 .
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 896ddda6..c2893004 100644
--- a/README-CMake.md
+++ b/README-CMake.md
@@ -52,8 +52,6 @@ cmake -DCMAKE_BUILD_TYPE=Release /path/to/klee/src
 
 * `ENABLE_TCMALLOC` (BOOLEAN) - Enable TCMalloc support.
 
-* `ENABLE_TESTS` (BOOLEAN) - Enable testing.
-
 * `ENABLE_UNIT_TESTS` (BOOLEAN) - Enable KLEE unit tests.
 
 * `GTEST_SRC_DIR` (STRING) - Path to GTest source tree.