Remove extra comma from cmake var.

Or it'll be treated as part of the var name.
master
Tongliang Liao 2021-10-06 00:28:36 +08:00 committed by Michael Grunder
parent 632bf07183
commit 51c740824b
1 changed files with 1 additions and 1 deletions

View File

@ -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} (.+)$")