diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-09-26 22:06:49 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2021-10-17 13:05:32 -0400 |
commit | 4e14d4c6a6d4629601cc7e1659df85eeb450df10 (patch) | |
tree | 3d232ff4acf836703620faa6a7bd6059c3d4f761 /fuzzers | |
parent | e61abdce434e17104b40c09b34094e2d571ba9e9 (diff) | |
download | libgit2-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 'fuzzers')
-rw-r--r-- | fuzzers/corpora/objects/blob | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fuzzers/corpora/objects/blob b/fuzzers/corpora/objects/blob index 9fe99d8d5..2031037b1 100644 --- a/fuzzers/corpora/objects/blob +++ b/fuzzers/corpora/objects/blob @@ -64,7 +64,7 @@ slack channel once you've registered. If you have questions about the library, please be sure to check out the [API documentation](http://libgit2.github.com/libgit2/). If you still have -questions, reach out to us on Slack or post a question on +questions, reach out to us on Slack or post a question on [StackOverflow](http://stackoverflow.com/questions/tagged/libgit2) (with the `libgit2` tag). **Reporting Bugs** @@ -229,7 +229,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/vmg/clar)-based test suite (defaults to ON) +- `BUILD_TESTS`: Build [Clar](https://github.com/vmg/clar)-based test suite (defaults to ON) - `THREADSAFE`: Build libgit2 with threading support (defaults to ON) - `STDCALL`: Build libgit2 as `stdcall`. Turn off for `cdecl` (Windows; defaults to ON) |