mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 06:20:56 +00:00
cmake: include FindPkgConfig for windows
Apparently FindPkgConfig is not included by default on VS builds, only Unix and Unix-like (mingw) builds.
This commit is contained in:
parent
62d66a4ac5
commit
6e1205ef62
@ -19,6 +19,7 @@ SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Mo
|
|||||||
|
|
||||||
INCLUDE(CheckLibraryExists)
|
INCLUDE(CheckLibraryExists)
|
||||||
INCLUDE(AddCFlagIfSupported)
|
INCLUDE(AddCFlagIfSupported)
|
||||||
|
INCLUDE(FindPkgConfig)
|
||||||
|
|
||||||
# Build options
|
# Build options
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user