8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b042e57 + a465da7 commit eb22b60Copy full SHA for eb22b60
src/libgit2/CMakeLists.txt
@@ -58,7 +58,7 @@ set(LIBGIT2_SYSTEM_LIBS ${LIBGIT2_SYSTEM_LIBS} PARENT_SCOPE)
58
add_library(libgit2package ${SRC_RC} ${LIBGIT2_OBJECTS})
59
target_link_libraries(libgit2package ${LIBGIT2_SYSTEM_LIBS})
60
target_include_directories(libgit2package SYSTEM PRIVATE ${LIBGIT2_INCLUDES})
61
-target_include_directories(libgit2package INTERFACE $<INSTALL_INTERFACE:./include/git2>)
+target_include_directories(libgit2package INTERFACE $<INSTALL_INTERFACE:include>)
62
63
set_target_properties(libgit2package PROPERTIES C_STANDARD 90)
64
set_target_properties(libgit2package PROPERTIES C_EXTENSIONS OFF)
0 commit comments