Commit 64840082 by Peter Drahoš Committed by Vicent Marti

Fix case sensitivity issue.

parent 73c46d53
...@@ -15,7 +15,7 @@ PROJECT(libgit2 C) ...@@ -15,7 +15,7 @@ PROJECT(libgit2 C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6) CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
# Find required dependencies # Find required dependencies
FIND_PACKAGE(zlib REQUIRED) FIND_PACKAGE(ZLIB REQUIRED)
INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR} src) INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR} src)
# Try finding openssl # Try finding openssl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment