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.
1 parent aa6fbdb commit 4d8f722Copy full SHA for 4d8f722
CMake/FindLibgit2.cmake
@@ -9,8 +9,8 @@
9
10
# use pkg-config to get the directories and then use these values
11
# in the FIND_PATH() and FIND_LIBRARY() calls
12
-FIND_PACKAGE(PkgConfig)
13
-PKG_SEARCH_MODULE(PC_LIBGIT2 libgit2)
+#FIND_PACKAGE(PkgConfig)
+#PKG_SEARCH_MODULE(PC_LIBGIT2 libgit2)
14
15
SET(LIBGIT2_DEFINITIONS ${PC_LIBGIT2_CFLAGS_OTHER})
16
0 commit comments