Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
51c74082
Commit
51c74082
authored
Oct 06, 2021
by
Tongliang Liao
Committed by
Michael Grunder
Oct 09, 2021
Browse files
Remove extra comma from cmake var.
Or it'll be treated as part of the var name.
parent
632bf071
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
51c74082
...
...
@@ -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
}
(.+)$"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment