summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-09-29 13:22:59 -0400
committerGitHub <noreply@github.com>2018-09-29 13:22:59 -0400
commit1621a37dd124c6d060b2197eed01155538b0a118 (patch)
tree1213d1b1e1a6b1b4e8fa5fab843f0a27e71271d1 /CMakeLists.txt
parent0530d7d91c886c09333998e34d370c8ca3e3a7d6 (diff)
parent429c7f1141f812d266cfd7d33a142871c21f8874 (diff)
downloadlibgit2-1621a37dd124c6d060b2197eed01155538b0a118.tar.gz
Merge pull request #4812 from libgit2/ethomson/ci-refactor
CI: refactoring
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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)