diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-06 11:17:50 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-06 11:17:50 +0100 |
commit | d7d37fe292a85b5e1b0b34c773a6af039b7849d8 (patch) | |
tree | 99a95bf76e4e28f4c65e0afd8e05fdc2d6ca86d4 /tests | |
parent | 4dc7274f13be14eb6ca210f4297362b0ad0845a5 (diff) | |
download | sink-d7d37fe292a85b5e1b0b34c773a6af039b7849d8.tar.gz sink-d7d37fe292a85b5e1b0b34c773a6af039b7849d8.zip |
libgit version check
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hawd/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hawd/CMakeLists.txt b/tests/hawd/CMakeLists.txt index b3de83e..6ae5f13 100644 --- a/tests/hawd/CMakeLists.txt +++ b/tests/hawd/CMakeLists.txt | |||
@@ -1,6 +1,7 @@ | |||
1 | project(hawd) | 1 | project(hawd) |
2 | 2 | ||
3 | find_package(Libgit2) | 3 | #We require git_buf_free function |
4 | find_package(Libgit2 0.20.0) | ||
4 | 5 | ||
5 | if (LIBGIT2_FOUND) | 6 | if (LIBGIT2_FOUND) |
6 | add_definitions(-DHAVE_LIBGIT2) | 7 | add_definitions(-DHAVE_LIBGIT2) |