8000 Merge pull request #7039 from ytnuf/stdint · timonvo/libgit2@eb22b60 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb22b60

Browse files
authored
Merge pull request libgit2#7039 from ytnuf/stdint
Revert include path regression
2 parents b042e57 + a465da7 commit eb22b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libgit2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set(LIBGIT2_SYSTEM_LIBS ${LIBGIT2_SYSTEM_LIBS} PARENT_SCOPE)
5858
add_library(libgit2package ${SRC_RC} ${LIBGIT2_OBJECTS})
5959
target_link_libraries(libgit2package ${LIBGIT2_SYSTEM_LIBS})
6060
target_include_directories(libgit2package SYSTEM PRIVATE ${LIBGIT2_INCLUDES})
61-
target_include_directories(libgit2package INTERFACE $<INSTALL_INTERFACE:./include/git2>)
61+
target_include_directories(libgit2package INTERFACE $<INSTALL_INTERFACE:include>)
6262

6363
set_target_properties(libgit2package PROPERTIES C_STANDARD 90)
6464
set_target_properties(libgit2package PROPERTIES C_EXTENSIONS OFF)

0 commit comments

Comments
 (0)
0