summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-09-26 22:06:49 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-10-17 13:05:32 -0400
commit4e14d4c6a6d4629601cc7e1659df85eeb450df10 (patch)
tree3d232ff4acf836703620faa6a7bd6059c3d4f761 /README.md
parente61abdce434e17104b40c09b34094e2d571ba9e9 (diff)
downloadlibgit2-4e14d4c6a6d4629601cc7e1659df85eeb450df10.tar.gz
cmake: BUILD_CLAR is now BUILD_TESTSethomson/clar_no_more
Nobody knows what CLAR is. The test building option should be `BUILD_TESTS`.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cbde525b..ea1c8e29f 100644
--- a/README.md
+++ b/README.md
@@ -278,7 +278,7 @@ The following CMake variables are declared:
- `CMAKE_INSTALL_LIBDIR`: Where to install libraries to.
- `CMAKE_INSTALL_INCLUDEDIR`: Where to install headers to.
- `BUILD_SHARED_LIBS`: Build libgit2 as a Shared Library (defaults to ON)
-- `BUILD_CLAR`: Build [Clar](https://github.com/vmg/clar)-based test suite (defaults to ON)
+- `BUILD_TESTS`: Build the unit and integration test suites (defaults to ON)
- `THREADSAFE`: Build libgit2 with threading support (defaults to ON)
To list all build options and their current value, you can do the