mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
cmake: don't include include/git2
Including the `include/git2` build path is a seemingly unnecessary oversight to include the generated `experimental.h` file.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
set(CLI_INCLUDES
|
||||
"${libgit2_BINARY_DIR}/src/util"
|
||||
"${libgit2_BINARY_DIR}/include"
|
||||
"${libgit2_BINARY_DIR}/include/git2"
|
||||
"${libgit2_SOURCE_DIR}/src/util"
|
||||
"${libgit2_SOURCE_DIR}/src/cli"
|
||||
"${libgit2_SOURCE_DIR}/include"
|
||||
|
||||
@@ -10,7 +10,6 @@ include(PkgBuildConfig)
|
||||
set(LIBGIT2_INCLUDES
|
||||
"${PROJECT_BINARY_DIR}/src/util"
|
||||
"${PROJECT_BINARY_DIR}/include"
|
||||
"${PROJECT_BINARY_DIR}/include/git2"
|
||||
"${PROJECT_SOURCE_DIR}/src/libgit2"
|
||||
"${PROJECT_SOURCE_DIR}/src/util"
|
||||
"${PROJECT_SOURCE_DIR}/include")
|
||||
|
||||
@@ -9,7 +9,6 @@ configure_file(git2_features.h.in git2_features.h)
|
||||
set(UTIL_INCLUDES
|
||||
"${PROJECT_BINARY_DIR}/src/util"
|
||||
"${PROJECT_BINARY_DIR}/include"
|
||||
"${PROJECT_BINARY_DIR}/include/git2"
|
||||
"${PROJECT_SOURCE_DIR}/src/util"
|
||||
"${PROJECT_SOURCE_DIR}/include")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user