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
792bdbab
Commit
792bdbab
authored
Feb 21, 2019
by
Mark Nunberg
Browse files
cmake: ssl disabled by default
parent
5eb69588
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
792bdbab
...
...
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0)
INCLUDE
(
GNUInstallDirs
)
PROJECT
(
hiredis
)
OPTION
(
HIREDIS_SSL
"Link against OpenSSL"
O
N
)
OPTION
(
HIREDIS_SSL
"Link against OpenSSL"
O
FF
)
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