summaryrefslogtreecommitdiff
path: root/src/cli
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-06-18 16:10:38 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2022-06-20 17:09:47 -0400
commitd103620158bb5aca73bc0dad8a230ceda417ab47 (patch)
tree83f51bbd0f646c0aba1c30342a8b5edca1c44047 /src/cli
parent04f34688c43d28d1fa110df7d32e8665232199ff (diff)
downloadlibgit2-d103620158bb5aca73bc0dad8a230ceda417ab47.tar.gz
meta: generated `features.h` is now `git2_features.h`
Linux has a /usr/include/features.h, which gets confusing; update this to `git2_features.h` and move it into the `util` directory.
Diffstat (limited to 'src/cli')
-rw-r--r--src/cli/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/CMakeLists.txt b/src/cli/CMakeLists.txt
index 4f347e93f..5274ab086 100644
--- a/src/cli/CMakeLists.txt
+++ b/src/cli/CMakeLists.txt
@@ -1,5 +1,5 @@
set(CLI_INCLUDES
- "${libgit2_BINARY_DIR}/src"
+ "${libgit2_BINARY_DIR}/src/util"
"${libgit2_SOURCE_DIR}/src/util"
"${libgit2_SOURCE_DIR}/src/cli"
"${libgit2_SOURCE_DIR}/include")