mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-02 19:31:39 +00:00
Fix case sensitivity issue.
This commit is contained in:
parent
73c46d539f
commit
6484008297
@ -15,7 +15,7 @@ PROJECT(libgit2 C)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
|
||||
# Find required dependencies
|
||||
FIND_PACKAGE(zlib REQUIRED)
|
||||
FIND_PACKAGE(ZLIB REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR} src)
|
||||
|
||||
# Try finding openssl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user