Skip to content

Commit

Permalink
Remove extra comma from cmake var.
Browse files Browse the repository at this point in the history
Or it'll be treated as part of the var name.
  • Loading branch information
xkszltl authored and michael-grunder committed Oct 9, 2021
1 parent 632bf07 commit 51c7408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJECT(hiredis)

OPTION(ENABLE_SSL "Build hiredis_ssl for SSL support" OFF)
OPTION(DISABLE_TESTS "If tests should be compiled or not" OFF)
OPTION(ENABLE_SSL_TESTS, "Should we test SSL connections" OFF)
OPTION(ENABLE_SSL_TESTS "Should we test SSL connections" OFF)

MACRO(getVersionBit name)
SET(VERSION_REGEX "^#define ${name} (.+)$")
Expand Down

0 comments on commit 51c7408

Please sign in to comment.