Commit 23cb35fe8cfdf218ad740810a66469c369e8aa15

Ben Straub 2012-03-30T06:31:49

Added Clar build-flag note to readme.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/README.md b/README.md
index d2c777c..46f2ed9 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ The following CMake variables are declared:
 - `INSTALL_INC`: Where to install headers to.
 - `BUILD_SHARED_LIBS`: Build libgit2 as a Shared Library (defaults to ON)
 - `BUILD_TESTS`: Build the libgit2 test suite (defaults to ON)
+- `BUILD_CLAR`: Build [Clar](https://github.com/tanoku/clar)-based test suite (defaults to OFF)
 - `THREADSAFE`: Build libgit2 with threading support (defaults to OFF)
 
 Language Bindings