summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2014-12-22 13:10:04 -0600
committerEdward Thomson <ethomson@edwardthomson.com>2014-12-22 13:10:04 -0600
commit0bb237ed89a6700a1b6b884444ff044fd1467535 (patch)
tree30780ce422f861b38dd3f6e336e647fb751af856
parent62d66a4ac52127cd4e9780c3a2dd321da4ae2e46 (diff)
parent6e1205ef629c3cb18ae06b1ed5c8536725835e11 (diff)
downloadlibgit2-0bb237ed89a6700a1b6b884444ff044fd1467535.tar.gz
Merge pull request #2773 from ethomson/findpkgconfig
cmake: include FindPkgConfig for windows
-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
#