diff options
author | Keith Dahlby <dahlbyk@gmail.com> | 2012-11-04 21:24:14 -0600 |
---|---|---|
committer | Keith Dahlby <dahlbyk@gmail.com> | 2012-11-04 21:24:14 -0600 |
commit | 221ee54b8ce67efb0346b7ace67728a14babfcac (patch) | |
tree | d4dac2bfd9fef896523833b053220f74e29b3802 /README.md | |
parent | 35d255fda66abffc58d2c7a847aa86840727b4a0 (diff) | |
download | libgit2-221ee54b8ce67efb0346b7ace67728a14babfcac.tar.gz |
Fix Clar link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ The following CMake variables are declared: - `LIB_INSTALL_DIR`: Where to install libraries to. - `INCLUDE_INSTALL_DIR`: Where to install headers to. - `BUILD_SHARED_LIBS`: Build libgit2 as a Shared Library (defaults to ON) -- `BUILD_CLAR`: Build [Clar](https://github.com/tanoku/clar)-based test suite (defaults to ON) +- `BUILD_CLAR`: Build [Clar](https://github.com/vmg/clar)-based test suite (defaults to ON) - `THREADSAFE`: Build libgit2 with threading support (defaults to OFF) Language Bindings |