diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2018-09-29 13:22:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-29 13:22:59 -0400 |
commit | 1621a37dd124c6d060b2197eed01155538b0a118 (patch) | |
tree | 1213d1b1e1a6b1b4e8fa5fab843f0a27e71271d1 /CMakeLists.txt | |
parent | 0530d7d91c886c09333998e34d370c8ca3e3a7d6 (diff) | |
parent | 429c7f1141f812d266cfd7d33a142871c21f8874 (diff) | |
download | libgit2-1621a37dd124c6d060b2197eed01155538b0a118.tar.gz |
Merge pull request #4812 from libgit2/ethomson/ci-refactor
CI: refactoring
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8aaa61d1a..c3f3e4081 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,8 +62,6 @@ OPTION(USE_EXT_HTTP_PARSER "Use system HTTP_Parser if available" ON) OPTION(DEBUG_POOL "Enable debug pool allocator" OFF) OPTION(ENABLE_WERROR "Enable compilation with -Werror" OFF) OPTION(USE_BUNDLED_ZLIB "Use the bundled version of zlib" OFF) - SET(CLAR_XML "OFF" CACHE STRING - "Writes test results in XML format. One of ON, OFF or the directory to write to; this does not affect the output executables, this only affects the behavior of the ctest command.") IF (UNIX AND NOT APPLE) OPTION(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" OFF) |