We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffd4ac commit f8b7daeCopy full SHA for f8b7dae
redis/CMakeLists.txt
@@ -10,7 +10,7 @@ SET (PC_LIBGIT2_LIBRARY_DIRS "" CACHE STRING "libgit2 path")
10
SET (PC_LIBGIT2_INCLUDE_DIRS "" CACHE STRING "libgit2 include directories")
11
12
# Allow overriding to local libgit2. I'm pretty sure I'm doing this wrong.
13
-IF (${PC_LIBGIT2_INCLUDE_DIRS} STREQUAL "")
+IF (PC_LIBGIT2_INCLUDE_DIRS STREQUAL "")
14
INCLUDE(../CMake/FindLibgit2.cmake)
15
ELSE ()
16
SET (LIBGIT2_LIBRARIES ${PC_LIBGIT2_LIBRARY_DIRS})
0 commit comments