summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPhilip Kelley <phkelley@hotmail.com>2013-03-25 17:35:36 -0400
committerPhilip Kelley <phkelley@hotmail.com>2013-03-25 17:35:36 -0400
commit2c7f7a66e9da70b90332a6c5d484ba8a77e42db4 (patch)
tree369d04a52ffa8c8fa7585e18546640ae95bb5492 /CMakeLists.txt
parent13640d1bb8376e3f07f66498a5b9bdde9ff3d7d6 (diff)
downloadlibgit2-2c7f7a66e9da70b90332a6c5d484ba8a77e42db4.tar.gz
http: Support 302 Found (arrbee did most of the work)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 56514cd6e..dfca73630 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -349,7 +349,7 @@ IF (BUILD_CLAR)
ENDIF ()
ENABLE_TESTING()
- ADD_TEST(libgit2_clar libgit2_clar)
+ ADD_TEST(libgit2_clar libgit2_clar -ionline)
ENDIF ()
IF (TAGS)