diff options
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) |