summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2014-12-22 12:40:04 -0600
committerEdward Thomson <ethomson@microsoft.com>2014-12-22 12:40:04 -0600
commit6e1205ef629c3cb18ae06b1ed5c8536725835e11 (patch)
tree30780ce422f861b38dd3f6e336e647fb751af856
parent62d66a4ac52127cd4e9780c3a2dd321da4ae2e46 (diff)
downloadlibgit2-6e1205ef629c3cb18ae06b1ed5c8536725835e11.tar.gz
cmake: include FindPkgConfig for windows
Apparently FindPkgConfig is not included by default on VS builds, only Unix and Unix-like (mingw) builds.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c06026b44..b4d42e060 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,6 +19,7 @@ SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Mo
INCLUDE(CheckLibraryExists)
INCLUDE(AddCFlagIfSupported)
+INCLUDE(FindPkgConfig)
# Build options
#