Skip to content

Commit f8b7dae

Browse files
committed
Minor cmake fix
1 parent fffd4ac commit f8b7dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SET (PC_LIBGIT2_LIBRARY_DIRS "" CACHE STRING "libgit2 path")
1010
SET (PC_LIBGIT2_INCLUDE_DIRS "" CACHE STRING "libgit2 include directories")
1111

1212
# Allow overriding to local libgit2. I'm pretty sure I'm doing this wrong.
13-
IF (${PC_LIBGIT2_INCLUDE_DIRS} STREQUAL "")
13+
IF (PC_LIBGIT2_INCLUDE_DIRS STREQUAL "")
1414
INCLUDE(../CMake/FindLibgit2.cmake)
1515
ELSE ()
1616
SET (LIBGIT2_LIBRARIES ${PC_LIBGIT2_LIBRARY_DIRS})

0 commit comments

Comments
 (0)